Html Css Color HEX #B39DCC Biloba Flower

📋 copy color: '#B39DCC'

red 179 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #B39DCC

Tints of Biloba Flower #B39DCC

RGB

 RED value IS 179 (70.31% from 255) = 33.15%

 GREEN value IS 157 (61.72% from 255) = 29.07%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 33.15%
G = 29.07%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B39DCC (or 0xB39DCC) is known color: Biloba Flower. HEX triplet: B3, 9D and CC. RGB value is (179,157,204). Sum of RGB (Red+Green+Blue) = 179+157+204=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B39DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DCC is #4C6233. Grayscale: #A8A8A8. Windows color (decimal): -5005876 or 13409715. OLE color: 13409715.

HSL color Cylindrical-coordinate representation of color #B39DCC: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39DCC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 157 204 -
CMYK 0.12 0.23 0 0.2
HSL 268.09º 0.32% 0.71% -
HSV(B) 268.09º 0.23% 0.8% -
XYZ 41.55 38.06 62.28 -
YUV 168.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 179 157 204 0.12 0.23 0 0.2 268.09 0.32 0.71
Hex B3 9D CC C 17 0 14 10C 20 47
Octal 263 235 314 14 27 0 24 414 40 107
Binary 10110011 10011101 11001100 1100 10111 0 10100 100001100 100000 1000111

Color Harmonies of #B39DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DCC

Black with #B39DCC

Text Example


Text Example

White with #B39DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DCC; }

 p { color: rgb(179,157,204); }

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

background-color css

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

 a { background-color: rgb(179,157,204); }

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

border-color css

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

 span { border-color: rgb(179,157,204); }

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