Html Css Color HEX #B39EC8 Biloba Flower

📋 copy color: '#B39EC8'

red 179 ◦ green 158 ◦ blue 200

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

Shades of Biloba Flower #B39EC8

Tints of Biloba Flower #B39EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 33.33%
G = 29.42%
B = 37.24%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B39EC8 (or 0xB39EC8) is known color: Biloba Flower. HEX triplet: B3, 9E and C8. RGB value is (179,158,200). Sum of RGB (Red+Green+Blue) = 179+158+200=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #B39EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EC8 is #4C6137. Grayscale: #A8A8A8. Windows color (decimal): -5005624 or 13147827. OLE color: 13147827.

HSL color Cylindrical-coordinate representation of color #B39EC8: hue angle of 270º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39EC8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 158 200 -
CMYK 0.10 0.21 0 0.22
HSL 270º 0.28% 0.7% -
HSV(B) 270º 0.21% 0.78% -
XYZ 41.24 38.21 59.84 -
YUV 169.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 179 158 200 0.10 0.21 0 0.22 270 0.28 0.7
Hex B3 9E C8 A 15 0 16 10E 1C 46
Octal 263 236 310 12 25 0 26 416 34 106
Binary 10110011 10011110 11001000 1010 10101 0 10110 100001110 11100 1000110

Color Harmonies of #B39EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39EC8

Black with #B39EC8

Text Example


Text Example

White with #B39EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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