Html Css Color HEX #B39FEA Biloba Flower

📋 copy color: '#B39FEA'

red 179 ◦ green 159 ◦ blue 234

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

Shades of Biloba Flower #B39FEA

Tints of Biloba Flower #B39FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 31.29%
G = 27.8%
B = 40.91%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B39FEA (or 0xB39FEA) is known color: Biloba Flower. HEX triplet: B3, 9F and EA. RGB value is (179,159,234). Sum of RGB (Red+Green+Blue) = 179+159+234=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEA is #4C6015. Grayscale: #ADADAD. Windows color (decimal): -5005334 or 15376307. OLE color: 15376307.

HSL color Cylindrical-coordinate representation of color #B39FEA: hue angle of 256º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39FEA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 159 234 -
CMYK 0.24 0.32 0 0.08
HSL 256º 0.64% 0.77% -
HSV(B) 256º 0.32% 0.92% -
XYZ 45.84 40.32 83.21 -
YUV 173.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 179 159 234 0.24 0.32 0 0.08 256 0.64 0.77
Hex B3 9F EA 18 20 0 8 100 40 4D
Octal 263 237 352 30 40 0 10 400 100 115
Binary 10110011 10011111 11101010 11000 100000 0 1000 100000000 1000000 1001101

Color Harmonies of #B39FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FEA

Black with #B39FEA

Text Example


Text Example

White with #B39FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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