#B77ACC

Color #B77ACC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B77ACC

Tints of East Side #B77ACC

Color information

#B77ACC (or 0xB77ACC) is unknown color: approx East Side. HEX triplet: B7, 7A and CC. RGB value is (183,122,204). Sum of RGB (Red+Green+Blue) = 183+122+204=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B77ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ACC is #488533. Grayscale: #959595. Windows color (decimal): -4752692 or 13400759. OLE color: 13400759.

HSL color Cylindrical-coordinate representation of color #B77ACC: hue angle of 284.63º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77ACC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183122204-
CMYK0.100.4000.2
HSL284.63º44.57%63.92%-
HSV(B)284.63º40.2%80%-
XYZ37.3928.3560.63-
YUV149.59158.71151.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=35.95%
G=23.97%
B=40.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831222040.100.4000.2284.6344.5763.92
HexB77ACCA2801411d2d40
Octal267172314125002443555100
Binary1011011111110101100110010101010000101001000111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ACC; }

 p { color: rgb(183,122,204); }

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

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

 a { background-color: rgb(183,122,204); }

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

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

 span { border-color: rgb(183,122,204); }

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