#B38FF0

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

Shades of Biloba Flower #B38FF0

Tints of Biloba Flower #B38FF0

Color information

#B38FF0 (or 0xB38FF0) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and F0. RGB value is (179,143,240). Sum of RGB (Red+Green+Blue) = 179+143+240=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B38FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FF0 is #4C700F. Grayscale: #A4A4A4. Windows color (decimal): -5009424 or 15765427. OLE color: 15765427.

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

Color convert

RGB179143240-
CMYK0.250.4000.06
HSL262.27º76.38%75.1%-
HSV(B)262.27º40.42%94.12%-
XYZ44.1435.5286.97-
YUV164.82170.43138.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=31.85%
G=25.44%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791432400.250.4000.06262.2776.3875.1
HexB38FF01928061064c4b
Octal263217360315006406114113
Binary10110011100011111111000011001101000011010000011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FF0; }

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

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

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

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

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

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

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

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