Html Css Color HEX #B39DEA Biloba Flower

📋 copy color: '#B39DEA'

red 179 ◦ green 157 ◦ blue 234

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

Shades of Biloba Flower #B39DEA

Tints of Biloba Flower #B39DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

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

R = 31.4%
G = 27.54%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B39DEA (or 0xB39DEA) is known color: Biloba Flower. HEX triplet: B3, 9D and EA. RGB value is (179,157,234). Sum of RGB (Red+Green+Blue) = 179+157+234=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DEA is #4C6215. Grayscale: #ACACAC. Windows color (decimal): -5005846 or 15375795. OLE color: 15375795.

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

Color convert

RGB 179 157 234 -
CMYK 0.24 0.33 0 0.08
HSL 257.14º 0.65% 0.77% -
HSV(B) 257.14º 0.33% 0.92% -
XYZ 45.5 39.64 83.09 -
YUV 172.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 179 157 234 0.24 0.33 0 0.08 257.14 0.65 0.77
Hex B3 9D EA 18 21 0 8 101 41 4D
Octal 263 235 352 30 41 0 10 401 101 115
Binary 10110011 10011101 11101010 11000 100001 0 1000 100000001 1000001 1001101

Color Harmonies of #B39DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DEA

Black with #B39DEA

Text Example


Text Example

White with #B39DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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