#B77DDD

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

Shades of Biloba Flower #B77DDD

Tints of Biloba Flower #B77DDD

Color information

#B77DDD (or 0xB77DDD) is unknown color: approx Biloba Flower. HEX triplet: B7, 7D and DD. RGB value is (183,125,221). Sum of RGB (Red+Green+Blue) = 183+125+221=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDD is #488222. Grayscale: #989898. Windows color (decimal): -4751907 or 14515639. OLE color: 14515639.

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

Color convert

RGB183125221-
CMYK0.170.4300.13
HSL276.25º58.54%67.84%-
HSV(B)276.25º43.44%86.67%-
XYZ39.9129.9572.08-
YUV153.29166.22149.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=34.59%
G=23.63%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831252210.170.4300.13276.2558.5467.84
HexB77DDD112B0D1143b44
Octal267175335215301542473104
Binary1011011111111011101110110001101011011011000101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DDD; }

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

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

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

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

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

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

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

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