Html Css Color HEX #B39FEC Biloba Flower

📋 copy color: '#B39FEC'

red 179 ◦ green 159 ◦ blue 236

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

Shades of Biloba Flower #B39FEC

Tints of Biloba Flower #B39FEC

RGB

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

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

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

R = 31.18%
G = 27.7%
B = 41.11%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B39FEC (or 0xB39FEC) is known color: Biloba Flower. HEX triplet: B3, 9F and EC. RGB value is (179,159,236). Sum of RGB (Red+Green+Blue) = 179+159+236=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #B39FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEC is #4C6013. Grayscale: #ADADAD. Windows color (decimal): -5005332 or 15507379. OLE color: 15507379.

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

Color convert

RGB 179 159 236 -
CMYK 0.24 0.33 0 0.07
HSL 255.58º 0.67% 0.77% -
HSV(B) 255.58º 0.33% 0.93% -
XYZ 46.13 40.44 84.73 -
YUV 173.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 179 159 236 0.24 0.33 0 0.07 255.58 0.67 0.77
Hex B3 9F EC 18 21 0 7 100 43 4D
Octal 263 237 354 30 41 0 7 400 103 115
Binary 10110011 10011111 11101100 11000 100001 0 111 100000000 1000011 1001101

Color Harmonies of #B39FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FEC

Black with #B39FEC

Text Example


Text Example

White with #B39FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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