#B255CC

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

Shades of Medium Orchid #B255CC

Tints of Medium Orchid #B255CC

Color information

#B255CC (or 0xB255CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 55 and CC. RGB value is (178,85,204). Sum of RGB (Red+Green+Blue) = 178+85+204=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B255CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CC is #4DAA33. Grayscale: #7D7D7D. Windows color (decimal): -5089844 or 13391282. OLE color: 13391282.

HSL color Cylindrical-coordinate representation of color #B255CC: hue angle of 286.89º 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 #B255CC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17885204-
CMYK0.130.5800.2
HSL286.89º53.85%56.67%-
HSV(B)286.89º58.33%80%-
XYZ32.5120.3259.34-
YUV126.37171.81164.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 18.20%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=38.12%
G=18.20%
B=43.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178852040.130.5800.2286.8953.8556.67
HexB255CCD3A01411f3639
Octal26212531415720244376671
Binary101100101010101110011001101111010010100100011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255CC; }

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

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

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

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

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

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

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

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