#B38CEF

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

Shades of Biloba Flower #B38CEF

Tints of Biloba Flower #B38CEF

Color information

#B38CEF (or 0xB38CEF) is unknown color: approx Biloba Flower. HEX triplet: B3, 8C and EF. RGB value is (179,140,239). Sum of RGB (Red+Green+Blue) = 179+140+239=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #B38CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CEF is #4C7310. Grayscale: #A2A2A2. Windows color (decimal): -5010193 or 15699123. OLE color: 15699123.

HSL color Cylindrical-coordinate representation of color #B38CEF: hue angle of 263.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38CEF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179140239-
CMYK0.250.4100.06
HSL263.64º75.57%74.31%-
HSV(B)263.64º41.42%93.73%-
XYZ43.5534.5786.04-
YUV162.95170.92139.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=32.08%
G=25.09%
B=42.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791402390.250.4100.06263.6475.5774.31
HexB38CEF1929061084c4a
Octal263214357315106410114112
Binary10110011100011001110111111001101001011010000100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CEF; }

 p { color: rgb(179,140,239); }

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

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

 a { background-color: rgb(179,140,239); }

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

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

 span { border-color: rgb(179,140,239); }

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