#B77BE4

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

Shades of Biloba Flower #B77BE4

Tints of Biloba Flower #B77BE4

Color information

#B77BE4 (or 0xB77BE4) is unknown color: approx Biloba Flower. HEX triplet: B7, 7B and E4. RGB value is (183,123,228). Sum of RGB (Red+Green+Blue) = 183+123+228=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #B77BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BE4 is #48841B. Grayscale: #989898. Windows color (decimal): -4752412 or 14973879. OLE color: 14973879.

HSL color Cylindrical-coordinate representation of color #B77BE4: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77BE4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183123228-
CMYK0.200.4600.11
HSL274.29º66.04%68.82%-
HSV(B)274.29º46.05%89.41%-
XYZ40.6129.8377.02-
YUV152.91170.38149.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=34.27%
G=23.03%
B=42.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831232280.200.4600.11274.2966.0468.82
HexB77BE4142E0B1124245
Octal2671733442456013422102105
Binary10110111111101111100100101001011100101110001001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BE4; }

 p { color: rgb(183,123,228); }

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

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

 a { background-color: rgb(183,123,228); }

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

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

 span { border-color: rgb(183,123,228); }

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