#B770CD

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

Shades of Medium Orchid #B770CD

Tints of Medium Orchid #B770CD

Color information

#B770CD (or 0xB770CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 70 and CD. RGB value is (183,112,205). Sum of RGB (Red+Green+Blue) = 183+112+205=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B770CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770CD is #488F32. Grayscale: #8F8F8F. Windows color (decimal): -4755251 or 13463735. OLE color: 13463735.

HSL color Cylindrical-coordinate representation of color #B770CD: hue angle of 285.81º degrees, saturation: 0.48, 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 #B770CD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183112205-
CMYK0.110.4500.20
HSL285.81º48.19%62.16%-
HSV(B)285.81º45.37%80.39%-
XYZ36.3426.0660.87-
YUV143.83162.52155.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 112 (44.14% from 255) = 22.4%
BLUE value IS 205 (80.47% from 255) = 41%
R=36.6%
G=22.4%
B=41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831122050.110.4500.20285.8148.1962.16
HexB770CDB2D01411e303e
Octal26716031513550244366076
Binary101101111110000110011011011101101010100100011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770CD; }

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

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

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

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

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

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

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

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