#B755CC

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

Shades of Medium Orchid #B755CC

Tints of Medium Orchid #B755CC

Color information

#B755CC (or 0xB755CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 55 and CC. RGB value is (183,85,204). Sum of RGB (Red+Green+Blue) = 183+85+204=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B755CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755CC is #48AA33. Grayscale: #7F7F7F. Windows color (decimal): -4762164 or 13391287. OLE color: 13391287.

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

Color convert

RGB18385204-
CMYK0.100.5800.2
HSL289.41º53.85%56.67%-
HSV(B)289.41º58.33%80%-
XYZ33.6820.9259.39-
YUV127.87170.97167.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=38.77%
G=18.01%
B=43.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183852040.100.5800.2289.4153.8556.67
HexB755CCA3A0141213639
Octal26712531412720244416671
Binary101101111010101110011001010111010010100100100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755CC; }

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

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

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

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

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

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

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

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