Html Css Color HEX #B39AE4 Biloba Flower

📋 copy color: '#B39AE4'

red 179 ◦ green 154 ◦ blue 228

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

Shades of Biloba Flower #B39AE4

Tints of Biloba Flower #B39AE4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.45%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 31.91%
G = 27.45%
B = 40.64%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B39AE4 (or 0xB39AE4) is known color: Biloba Flower. HEX triplet: B3, 9A and E4. RGB value is (179,154,228). Sum of RGB (Red+Green+Blue) = 179+154+228=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #B39AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AE4 is #4C651B. Grayscale: #A9A9A9. Windows color (decimal): -5006620 or 14981811. OLE color: 14981811.

HSL color Cylindrical-coordinate representation of color #B39AE4: hue angle of 260.27º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39AE4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 154 228 -
CMYK 0.21 0.32 0 0.11
HSL 260.27º 0.58% 0.75% -
HSV(B) 260.27º 0.32% 0.89% -
XYZ 44.15 38.3 78.46 -
YUV 169.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 179 154 228 0.21 0.32 0 0.11 260.27 0.58 0.75
Hex B3 9A E4 15 20 0 B 104 3A 4B
Octal 263 232 344 25 40 0 13 404 72 113
Binary 10110011 10011010 11100100 10101 100000 0 1011 100000100 111010 1001011

Color Harmonies of #B39AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AE4

Black with #B39AE4

Text Example


Text Example

White with #B39AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AE4; }

 p { color: rgb(179,154,228); }

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

background-color css

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

 a { background-color: rgb(179,154,228); }

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

border-color css

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

 span { border-color: rgb(179,154,228); }

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