#B770CC

Color #B770CC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B770CC

Tints of Medium Orchid #B770CC

Color information

#B770CC (or 0xB770CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 70 and CC. RGB value is (183,112,204). Sum of RGB (Red+Green+Blue) = 183+112+204=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B770CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CC is #488F33. Grayscale: #8F8F8F. Windows color (decimal): -4755252 or 13398199. OLE color: 13398199.

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

Color convert

RGB183112204-
CMYK0.100.4500.2
HSL286.3º47.42%61.96%-
HSV(B)286.3º45.1%80%-
XYZ36.2226.0260.24-
YUV143.72162.02156.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=36.67%
G=22.44%
B=40.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831122040.100.4500.2286.347.4261.96
HexB770CCA2D01411e2f3e
Octal26716031412550244365776
Binary101101111110000110011001010101101010100100011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770CC; }

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

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

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

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

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

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

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

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