#B38EEE

Color #B38EEE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B38EEE

Tints of Biloba Flower #B38EEE

Color information

#B38EEE (or 0xB38EEE) is unknown color: approx Biloba Flower. HEX triplet: B3, 8E and EE. RGB value is (179,142,238). Sum of RGB (Red+Green+Blue) = 179+142+238=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #B38EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EEE is #4C7111. Grayscale: #A3A3A3. Windows color (decimal): -5009682 or 15634099. OLE color: 15634099.

HSL color Cylindrical-coordinate representation of color #B38EEE: hue angle of 263.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38EEE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179142238-
CMYK0.250.4000.07
HSL263.12º73.85%74.51%-
HSV(B)263.12º40.34%93.33%-
XYZ43.735.185.36-
YUV164.01169.76138.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=32.02%
G=25.40%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791422380.250.4000.07263.1273.8574.51
HexB38EEE1928071074a4b
Octal263216356315007407112113
Binary10110011100011101110111011001101000011110000011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EEE; }

 p { color: rgb(179,142,238); }

 H1.HeaderClassName
 {
   color: #B38EEE;
 }
 .AnyTagClassName
 {
   color: #B38EEE;
 }
</style>
background-color css

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

 a { background-color: rgb(179,142,238); }

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

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

 span { border-color: rgb(179,142,238); }

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