#B78EFD

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

Shades of Biloba Flower #B78EFD

Tints of Biloba Flower #B78EFD

Color information

#B78EFD (or 0xB78EFD) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and FD. RGB value is (183,142,253). Sum of RGB (Red+Green+Blue) = 183+142+253=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #B78EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EFD is #487102. Grayscale: #A6A6A6. Windows color (decimal): -4747523 or 16617143. OLE color: 16617143.

HSL color Cylindrical-coordinate representation of color #B78EFD: hue angle of 262.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78EFD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183142253-
CMYK0.280.4400.01
HSL262.16º96.52%77.45%-
HSV(B)262.16º43.87%99.22%-
XYZ46.9336.5197.5-
YUV166.91176.58139.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=31.66%
G=24.57%
B=43.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831422530.280.4400.01262.1696.5277.45
HexB78EFD1C2C01106614d
Octal267216375345401406141115
Binary101101111000111011111101111001011000110000011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EFD; }

 p { color: rgb(183,142,253); }

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

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

 a { background-color: rgb(183,142,253); }

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

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

 span { border-color: rgb(183,142,253); }

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