#B78DDE

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

Shades of Biloba Flower #B78DDE

Tints of Biloba Flower #B78DDE

Color information

#B78DDE (or 0xB78DDE) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and DE. RGB value is (183,141,222). Sum of RGB (Red+Green+Blue) = 183+141+222=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #B78DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DDE is #487221. Grayscale: #A2A2A2. Windows color (decimal): -4747810 or 14585271. OLE color: 14585271.

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

Color convert

RGB183141222-
CMYK0.180.3600.13
HSL271.11º55.1%71.18%-
HSV(B)271.11º36.49%87.06%-
XYZ42.2434.3973.52-
YUV162.79161.41142.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=33.52%
G=25.82%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831412220.180.3600.13271.1155.171.18
HexB78DDE12240D10f3747
Octal267215336224401541767107
Binary10110111100011011101111010010100100011011000011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DDE; }

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

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

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

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

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

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

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

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