Html Css Color HEX #B39FCD Biloba Flower

📋 copy color: '#B39FCD'

red 179 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #B39FCD

Tints of Biloba Flower #B39FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.28%

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 32.97%
G = 29.28%
B = 37.75%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B39FCD (or 0xB39FCD) is known color: Biloba Flower. HEX triplet: B3, 9F and CD. RGB value is (179,159,205). Sum of RGB (Red+Green+Blue) = 179+159+205=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B39FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FCD is #4C6032. Grayscale: #AAAAAA. Windows color (decimal): -5005363 or 13475763. OLE color: 13475763.

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

Color convert

RGB 179 159 205 -
CMYK 0.13 0.22 0 0.20
HSL 266.09º 0.32% 0.71% -
HSV(B) 266.09º 0.22% 0.8% -
XYZ 42.01 38.79 63.03 -
YUV 170.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 179 159 205 0.13 0.22 0 0.20 266.09 0.32 0.71
Hex B3 9F CD D 16 0 14 10A 20 47
Octal 263 237 315 15 26 0 24 412 40 107
Binary 10110011 10011111 11001101 1101 10110 0 10100 100001010 100000 1000111

Color Harmonies of #B39FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FCD

Black with #B39FCD

Text Example


Text Example

White with #B39FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FCD; }

 p { color: rgb(179,159,205); }

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

background-color css

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

 a { background-color: rgb(179,159,205); }

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

border-color css

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

 span { border-color: rgb(179,159,205); }

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