#B78CEA

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

Shades of Biloba Flower #B78CEA

Tints of Biloba Flower #B78CEA

Color information

#B78CEA (or 0xB78CEA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8C and EA. RGB value is (183,140,234). Sum of RGB (Red+Green+Blue) = 183+140+234=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B78CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CEA is #487315. Grayscale: #A3A3A3. Windows color (decimal): -4748054 or 15371447. OLE color: 15371447.

HSL color Cylindrical-coordinate representation of color #B78CEA: hue angle of 267.45º 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 #B78CEA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183140234-
CMYK0.220.4000.08
HSL267.45º69.12%73.33%-
HSV(B)267.45º40.17%91.76%-
XYZ43.7634.7682.25-
YUV163.57167.75141.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=32.85%
G=25.13%
B=42.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831402340.220.4000.08267.4569.1273.33
HexB78CEA16280810b4549
Octal2672143522650010413105111
Binary101101111000110011101010101101010000100010000101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CEA; }

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

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

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

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

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

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

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

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