#B38FE8

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

Shades of Biloba Flower #B38FE8

Tints of Biloba Flower #B38FE8

Color information

#B38FE8 (or 0xB38FE8) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and E8. RGB value is (179,143,232). Sum of RGB (Red+Green+Blue) = 179+143+232=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #B38FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FE8 is #4C7017. Grayscale: #A3A3A3. Windows color (decimal): -5009432 or 15241139. OLE color: 15241139.

HSL color Cylindrical-coordinate representation of color #B38FE8: hue angle of 264.27º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B38FE8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179143232-
CMYK0.230.3800.09
HSL264.27º65.93%73.53%-
HSV(B)264.27º38.36%90.98%-
XYZ42.9835.0580.84-
YUV163.91166.43138.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 232 (91.02% from 255) = 41.88%
R=32.31%
G=25.81%
B=41.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791432320.230.3800.09264.2765.9373.53
HexB38FE8172609108424a
Octal2632173502746011410102112
Binary101100111000111111101000101111001100100110000100010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FE8; }

 p { color: rgb(179,143,232); }

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

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

 a { background-color: rgb(179,143,232); }

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

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

 span { border-color: rgb(179,143,232); }

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