#B38CF0

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

Shades of Biloba Flower #B38CF0

Tints of Biloba Flower #B38CF0

Color information

#B38CF0 (or 0xB38CF0) is unknown color: approx Biloba Flower. HEX triplet: B3, 8C and F0. RGB value is (179,140,240). Sum of RGB (Red+Green+Blue) = 179+140+240=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #B38CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CF0 is #4C730F. Grayscale: #A2A2A2. Windows color (decimal): -5010192 or 15764659. OLE color: 15764659.

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

Color convert

RGB179140240-
CMYK0.250.4200.06
HSL263.4º76.92%74.51%-
HSV(B)263.4º41.67%94.12%-
XYZ43.734.6386.82-
YUV163.06171.42139.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=32.02%
G=25.04%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791402400.250.4200.06263.476.9274.51
HexB38CF0192A061074d4b
Octal263214360315206407115113
Binary10110011100011001111000011001101010011010000011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CF0; }

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

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

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

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

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

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

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

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