Html Css Color HEX #B39DE6 Biloba Flower

📋 copy color: '#B39DE6'

red 179 ◦ green 157 ◦ blue 230

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

Shades of Biloba Flower #B39DE6

Tints of Biloba Flower #B39DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 31.63%
G = 27.74%
B = 40.64%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B39DE6 (or 0xB39DE6) is known color: Biloba Flower. HEX triplet: B3, 9D and E6. RGB value is (179,157,230). Sum of RGB (Red+Green+Blue) = 179+157+230=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #B39DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DE6 is #4C6219. Grayscale: #ABABAB. Windows color (decimal): -5005850 or 15113651. OLE color: 15113651.

HSL color Cylindrical-coordinate representation of color #B39DE6: hue angle of 258.08º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39DE6 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 157 230 -
CMYK 0.22 0.32 0 0.10
HSL 258.08º 0.59% 0.76% -
HSV(B) 258.08º 0.32% 0.9% -
XYZ 44.93 39.41 80.1 -
YUV 171.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 179 157 230 0.22 0.32 0 0.10 258.08 0.59 0.76
Hex B3 9D E6 16 20 0 A 102 3B 4C
Octal 263 235 346 26 40 0 12 402 73 114
Binary 10110011 10011101 11100110 10110 100000 0 1010 100000010 111011 1001100

Color Harmonies of #B39DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DE6

Black with #B39DE6

Text Example


Text Example

White with #B39DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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