Html Css Color HEX #B984DD Biloba Flower

📋 copy color: '#B984DD'

red 185 ◦ green 132 ◦ blue 221

#B984DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B984DD

Tints of Biloba Flower #B984DD

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

 GREEN value IS 132 (51.95% from 255) = 24.54%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 34.39%
G = 24.54%
B = 41.08%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B984DD (or 0xB984DD) is known color: Biloba Flower. HEX triplet: B9, 84 and DD. RGB value is (185,132,221). Sum of RGB (Red+Green+Blue) = 185+132+221=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B984DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984DD is #467B22. Grayscale: #9D9D9D. Windows color (decimal): -4619043 or 14517433. OLE color: 14517433.

HSL color Cylindrical-coordinate representation of color #B984DD: hue angle of 275.73º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B984DD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 132 221 -
CMYK 0.16 0.40 0 0.13
HSL 275.73º 0.57% 0.69% -
HSV(B) 275.73º 0.4% 0.87% -
XYZ 41.31 32.04 72.41 -
YUV 157.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 185 132 221 0.16 0.40 0 0.13 275.73 0.57 0.69
Hex B9 84 DD 10 28 0 D 114 39 45
Octal 271 204 335 20 50 0 15 424 71 105
Binary 10111001 10000100 11011101 10000 101000 0 1101 100010100 111001 1000101

Color Harmonies of #B984DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984DD

Black with #B984DD

Text Example


Text Example

White with #B984DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984DD; }

 p { color: rgb(185,132,221); }

 H1.HeaderClassName
 {
   color: #B984DD;
 }
 .AnyTagClassName
 {
   color: #B984DD;
 }
</style>

background-color css

<style>
 a { background-color: #B984DD; }

 a { background-color: rgb(185,132,221); }

 div.DivClassName
 {
   background-color: #B984DD;
 }
 .BgClassName
 {
   background-color: #B984DD;
 }
</style>

border-color css

<style>
 span { border-color: #B984DD; }

 span { border-color: rgb(185,132,221); }

 td.TdClassName
 {
   border-color: #B984DD;
 }
 .TagClassName
 {
   border-color: #B984DD;
 }
</style>