#B38CEA

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

Shades of Biloba Flower #B38CEA

Tints of Biloba Flower #B38CEA

Color information

#B38CEA (or 0xB38CEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8C and EA. RGB value is (179,140,234). Sum of RGB (Red+Green+Blue) = 179+140+234=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B38CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CEA is #4C7315. Grayscale: #A2A2A2. Windows color (decimal): -5010198 or 15371443. OLE color: 15371443.

HSL color Cylindrical-coordinate representation of color #B38CEA: hue angle of 264.89º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38CEA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179140234-
CMYK0.240.4000.08
HSL264.89º69.12%73.33%-
HSV(B)264.89º40.17%91.76%-
XYZ42.8234.2882.2-
YUV162.38168.42139.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=32.37%
G=25.32%
B=42.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791402340.240.4000.08264.8969.1273.33
HexB38CEA1828081094549
Octal2632143523050010411105111
Binary101100111000110011101010110001010000100010000100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CEA; }

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

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

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

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

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

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

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

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