Html Css Color HEX #B39BEC Biloba Flower

📋 copy color: '#B39BEC'

red 179 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #B39BEC

Tints of Biloba Flower #B39BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 31.4%
G = 27.19%
B = 41.4%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B39BEC (or 0xB39BEC) is known color: Biloba Flower. HEX triplet: B3, 9B and EC. RGB value is (179,155,236). Sum of RGB (Red+Green+Blue) = 179+155+236=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B39BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BEC is #4C6413. Grayscale: #ABABAB. Windows color (decimal): -5006356 or 15506355. OLE color: 15506355.

HSL color Cylindrical-coordinate representation of color #B39BEC: hue angle of 257.78º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39BEC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 155 236 -
CMYK 0.24 0.34 0 0.07
HSL 257.78º 0.68% 0.77% -
HSV(B) 257.78º 0.34% 0.93% -
XYZ 45.45 39.08 84.5 -
YUV 171.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 179 155 236 0.24 0.34 0 0.07 257.78 0.68 0.77
Hex B3 9B EC 18 22 0 7 102 44 4D
Octal 263 233 354 30 42 0 7 402 104 115
Binary 10110011 10011011 11101100 11000 100010 0 111 100000010 1000100 1001101

Color Harmonies of #B39BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BEC

Black with #B39BEC

Text Example


Text Example

White with #B39BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BEC; }

 p { color: rgb(179,155,236); }

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

background-color css

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

 a { background-color: rgb(179,155,236); }

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

border-color css

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

 span { border-color: rgb(179,155,236); }

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