#B78CD3

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

Shades of Biloba Flower #B78CD3

Tints of Biloba Flower #B78CD3

Color information

#B78CD3 (or 0xB78CD3) is unknown color: approx Biloba Flower. HEX triplet: B7, 8C and D3. RGB value is (183,140,211). Sum of RGB (Red+Green+Blue) = 183+140+211=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #B78CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CD3 is #48732C. Grayscale: #A0A0A0. Windows color (decimal): -4748077 or 13864119. OLE color: 13864119.

HSL color Cylindrical-coordinate representation of color #B78CD3: hue angle of 276.34º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78CD3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183140211-
CMYK0.130.3400.17
HSL276.34º44.65%68.82%-
HSV(B)276.34º33.65%82.75%-
XYZ40.6633.5365.96-
YUV160.95156.25143.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=34.27%
G=26.22%
B=39.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1831402110.130.3400.17276.3444.6568.82
HexB78CD3D220111142d45
Octal267214323154202142455105
Binary10110111100011001101001111011000100100011000101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CD3; }

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

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

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

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

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

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

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

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