#B78CDE

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

Shades of Biloba Flower #B78CDE

Tints of Biloba Flower #B78CDE

Color information

#B78CDE (or 0xB78CDE) is unknown color: approx Biloba Flower. HEX triplet: B7, 8C and DE. RGB value is (183,140,222). Sum of RGB (Red+Green+Blue) = 183+140+222=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B78CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CDE is #487321. Grayscale: #A1A1A1. Windows color (decimal): -4748066 or 14585015. OLE color: 14585015.

HSL color Cylindrical-coordinate representation of color #B78CDE: hue angle of 271.46º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78CDE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183140222-
CMYK0.180.3700.13
HSL271.46º55.41%70.98%-
HSV(B)271.46º36.94%87.06%-
XYZ42.0934.173.47-
YUV162.2161.75142.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=33.58%
G=25.69%
B=40.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831402220.180.3700.13271.4655.4170.98
HexB78CDE12250D10f3747
Octal267214336224501541767107
Binary10110111100011001101111010010100101011011000011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CDE; }

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

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

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

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

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

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

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

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