#B78DEF

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

Shades of Biloba Flower #B78DEF

Tints of Biloba Flower #B78DEF

Color information

#B78DEF (or 0xB78DEF) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and EF. RGB value is (183,141,239). Sum of RGB (Red+Green+Blue) = 183+141+239=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #B78DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DEF is #487210. Grayscale: #A4A4A4. Windows color (decimal): -4747793 or 15699383. OLE color: 15699383.

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

Color convert

RGB183141239-
CMYK0.230.4100.06
HSL265.71º75.38%74.51%-
HSV(B)265.71º41%93.73%-
XYZ44.6335.3586.13-
YUV164.73169.91141.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=32.50%
G=25.04%
B=42.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831412390.230.4100.06265.7175.3874.51
HexB78DEF17290610a4b4b
Octal267215357275106412113113
Binary10110111100011011110111110111101001011010000101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DEF; }

 p { color: rgb(183,141,239); }

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

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

 a { background-color: rgb(183,141,239); }

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

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

 span { border-color: rgb(183,141,239); }

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