#b38ffc

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

Shades of Biloba Flower #B38FFC

Tints of Biloba Flower #B38FFC

Color information

#B38FFC (or 0xB38FFC) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and FC. RGB value is (179,143,252). Sum of RGB (Red+Green+Blue) = 179+143+252=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B38FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FFC is #4C7003. Grayscale: #A5A5A5. Windows color (decimal): -5009412 or 16551859. OLE color: 16551859.

HSL color Cylindrical-coordinate representation of color #B38FFC: hue angle of 259.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38FFC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179143252-
CMYK0.290.4300.01
HSL259.82º94.78%77.45%-
HSV(B)259.82º43.25%98.82%-
XYZ45.9836.2696.67-
YUV166.19176.43137.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=31.18%
G=24.91%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791432520.290.4300.01259.8294.7877.45
HexB38FFC1D2B011045f4d
Octal263217374355301404137115
Binary101100111000111111111100111011010110110000010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38ffc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38ffc; }

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

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

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

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

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

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

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

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