#B38DEC

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

Shades of Biloba Flower #B38DEC

Tints of Biloba Flower #B38DEC

Color information

#B38DEC (or 0xB38DEC) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and EC. RGB value is (179,141,236). Sum of RGB (Red+Green+Blue) = 179+141+236=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #B38DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DEC is #4C7213. Grayscale: #A2A2A2. Windows color (decimal): -5009940 or 15502771. OLE color: 15502771.

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

Color convert

RGB179141236-
CMYK0.240.4000.07
HSL264º71.43%73.92%-
HSV(B)264º40.25%92.55%-
XYZ43.2634.6983.77-
YUV163.19169.09139.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=32.19%
G=25.36%
B=42.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791412360.240.4000.0726471.4373.92
HexB38DEC182807108474a
Octal263215354305007410107112
Binary10110011100011011110110011000101000011110000100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DEC; }

 p { color: rgb(179,141,236); }

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

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

 a { background-color: rgb(179,141,236); }

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

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

 span { border-color: rgb(179,141,236); }

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