#B38CF3

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

Shades of Biloba Flower #B38CF3

Tints of Biloba Flower #B38CF3

Color information

#B38CF3 (or 0xB38CF3) is unknown color: approx Biloba Flower. HEX triplet: B3, 8C and F3. RGB value is (179,140,243). Sum of RGB (Red+Green+Blue) = 179+140+243=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #B38CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CF3 is #4C730C. Grayscale: #A3A3A3. Windows color (decimal): -5010189 or 15961267. OLE color: 15961267.

HSL color Cylindrical-coordinate representation of color #B38CF3: hue angle of 262.72º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38CF3 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179140243-
CMYK0.260.4200.05
HSL262.72º81.1%75.1%-
HSV(B)262.72º42.39%95.29%-
XYZ44.1534.8189.19-
YUV163.4172.92139.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=31.85%
G=24.91%
B=43.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791402430.260.4200.05262.7281.175.1
HexB38CF31A2A05107514b
Octal263214363325205407121113
Binary10110011100011001111001111010101010010110000011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CF3; }

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

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

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

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

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

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

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

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