#B77DDC

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

Shades of Biloba Flower #B77DDC

Tints of Biloba Flower #B77DDC

Color information

#B77DDC (or 0xB77DDC) is unknown color: approx Biloba Flower. HEX triplet: B7, 7D and DC. RGB value is (183,125,220). Sum of RGB (Red+Green+Blue) = 183+125+220=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B77DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDC is #488223. Grayscale: #989898. Windows color (decimal): -4751908 or 14450103. OLE color: 14450103.

HSL color Cylindrical-coordinate representation of color #B77DDC: hue angle of 276.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77DDC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183125220-
CMYK0.170.4300.14
HSL276.63º57.58%67.65%-
HSV(B)276.63º43.18%86.27%-
XYZ39.7829.971.39-
YUV153.17165.72149.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=34.66%
G=23.67%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831252200.170.4300.14276.6357.5867.65
HexB77DDC112B0E1153a44
Octal267175334215301642572104
Binary1011011111111011101110010001101011011101000101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DDC; }

 p { color: rgb(183,125,220); }

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

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

 a { background-color: rgb(183,125,220); }

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

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

 span { border-color: rgb(183,125,220); }

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