Html Css Color HEX #B39AE7 Biloba Flower

📋 copy color: '#B39AE7'

red 179 ◦ green 154 ◦ blue 231

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

Shades of Biloba Flower #B39AE7

Tints of Biloba Flower #B39AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 31.74%
G = 27.3%
B = 40.96%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B39AE7 (or 0xB39AE7) is known color: Biloba Flower. HEX triplet: B3, 9A and E7. RGB value is (179,154,231). Sum of RGB (Red+Green+Blue) = 179+154+231=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #B39AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AE7 is #4C6518. Grayscale: #A9A9A9. Windows color (decimal): -5006617 or 15178419. OLE color: 15178419.

HSL color Cylindrical-coordinate representation of color #B39AE7: hue angle of 259.48º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B39AE7 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 154 231 -
CMYK 0.23 0.33 0 0.09
HSL 259.48º 0.62% 0.75% -
HSV(B) 259.48º 0.33% 0.91% -
XYZ 44.57 38.46 80.68 -
YUV 170.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 179 154 231 0.23 0.33 0 0.09 259.48 0.62 0.75
Hex B3 9A E7 17 21 0 9 103 3E 4B
Octal 263 232 347 27 41 0 11 403 76 113
Binary 10110011 10011010 11100111 10111 100001 0 1001 100000011 111110 1001011

Color Harmonies of #B39AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AE7

Black with #B39AE7

Text Example


Text Example

White with #B39AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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