#B958CC

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

Shades of Medium Orchid #B958CC

Tints of Medium Orchid #B958CC

Color information

#B958CC (or 0xB958CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 58 and CC. RGB value is (185,88,204). Sum of RGB (Red+Green+Blue) = 185+88+204=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B958CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958CC is #46A733. Grayscale: #818181. Windows color (decimal): -4630324 or 13392057. OLE color: 13392057.

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

Color convert

RGB18588204-
CMYK0.090.5700.2
HSL290.17º53.21%57.25%-
HSV(B)290.17º56.86%80%-
XYZ34.421.6559.49-
YUV130.23169.64167.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=38.78%
G=18.45%
B=42.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185882040.090.5700.2290.1753.2157.25
HexB958CC9390141223539
Octal27113031411710244426571
Binary101110011011000110011001001111001010100100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958CC; }

 p { color: rgb(185,88,204); }

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

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

 a { background-color: rgb(185,88,204); }

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

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

 span { border-color: rgb(185,88,204); }

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