Html Css Color HEX #B984DC Biloba Flower

📋 copy color: '#B984DC'

red 185 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #B984DC

Tints of Biloba Flower #B984DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 34.45%
G = 24.58%
B = 40.97%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B984DC (or 0xB984DC) is known color: Biloba Flower. HEX triplet: B9, 84 and DC. RGB value is (185,132,220). Sum of RGB (Red+Green+Blue) = 185+132+220=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #B984DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984DC is #467B23. Grayscale: #9D9D9D. Windows color (decimal): -4619044 or 14451897. OLE color: 14451897.

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

Color convert

RGB 185 132 220 -
CMYK 0.16 0.40 0 0.14
HSL 276.14º 0.56% 0.69% -
HSV(B) 276.14º 0.4% 0.86% -
XYZ 41.18 31.98 71.71 -
YUV 157.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 185 132 220 0.16 0.40 0 0.14 276.14 0.56 0.69
Hex B9 84 DC 10 28 0 E 114 38 45
Octal 271 204 334 20 50 0 16 424 70 105
Binary 10111001 10000100 11011100 10000 101000 0 1110 100010100 111000 1000101

Color Harmonies of #B984DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984DC

Black with #B984DC

Text Example


Text Example

White with #B984DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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