#B78FE4

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

Shades of Biloba Flower #B78FE4

Tints of Biloba Flower #B78FE4

Color information

#B78FE4 (or 0xB78FE4) is unknown color: approx Biloba Flower. HEX triplet: B7, 8F and E4. RGB value is (183,143,228). Sum of RGB (Red+Green+Blue) = 183+143+228=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #B78FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FE4 is #48701B. Grayscale: #A4A4A4. Windows color (decimal): -4747292 or 14978999. OLE color: 14978999.

HSL color Cylindrical-coordinate representation of color #B78FE4: hue angle of 268.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78FE4 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183143228-
CMYK0.200.3700.11
HSL268.24º61.15%72.75%-
HSV(B)268.24º37.28%89.41%-
XYZ43.3535.3177.93-
YUV164.65163.75141.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=33.03%
G=25.81%
B=41.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831432280.200.3700.11268.2461.1572.75
HexB78FE414250B10c3d49
Octal267217344244501341475111
Binary10110111100011111110010010100100101010111000011001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FE4; }

 p { color: rgb(183,143,228); }

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

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

 a { background-color: rgb(183,143,228); }

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

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

 span { border-color: rgb(183,143,228); }

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