Html Css Color HEX #B39EDD Biloba Flower

📋 copy color: '#B39EDD'

red 179 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B39EDD

Tints of Biloba Flower #B39EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.32%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 32.08%
G = 28.32%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B39EDD (or 0xB39EDD) is known color: Biloba Flower. HEX triplet: B3, 9E and DD. RGB value is (179,158,221). Sum of RGB (Red+Green+Blue) = 179+158+221=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B39EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EDD is #4C6122. Grayscale: #ABABAB. Windows color (decimal): -5005603 or 14524083. OLE color: 14524083.

HSL color Cylindrical-coordinate representation of color #B39EDD: hue angle of 260º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39EDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 158 221 -
CMYK 0.19 0.29 0 0.13
HSL 260º 0.48% 0.74% -
HSV(B) 260º 0.29% 0.87% -
XYZ 43.87 39.26 73.67 -
YUV 171.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 179 158 221 0.19 0.29 0 0.13 260 0.48 0.74
Hex B3 9E DD 13 1D 0 D 104 30 4A
Octal 263 236 335 23 35 0 15 404 60 112
Binary 10110011 10011110 11011101 10011 11101 0 1101 100000100 110000 1001010

Color Harmonies of #B39EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39EDD

Black with #B39EDD

Text Example


Text Example

White with #B39EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39EDD; }

 p { color: rgb(179,158,221); }

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

background-color css

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

 a { background-color: rgb(179,158,221); }

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

border-color css

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

 span { border-color: rgb(179,158,221); }

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