#B77DED

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

Shades of Biloba Flower #B77DED

Tints of Biloba Flower #B77DED

Color information

#B77DED (or 0xB77DED) is unknown color: approx Biloba Flower. HEX triplet: B7, 7D and ED. RGB value is (183,125,237). Sum of RGB (Red+Green+Blue) = 183+125+237=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DED is #488212. Grayscale: #9A9A9A. Windows color (decimal): -4751891 or 15564215. OLE color: 15564215.

HSL color Cylindrical-coordinate representation of color #B77DED: hue angle of 271.07º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77DED is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183125237-
CMYK0.230.4700.07
HSL271.07º75.68%70.98%-
HSV(B)271.07º47.26%92.94%-
XYZ42.1530.8583.85-
YUV155.11174.22147.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=33.58%
G=22.94%
B=43.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831252370.230.4700.07271.0775.6870.98
HexB77DED172F0710f4c47
Octal267175355275707417114107
Binary1011011111111011110110110111101111011110000111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DED; }

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

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

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

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

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

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

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

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