#B933CC

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

Shades of Medium Orchid #B933CC

Tints of Medium Orchid #B933CC

Color information

#B933CC (or 0xB933CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 33 and CC. RGB value is (185,51,204). Sum of RGB (Red+Green+Blue) = 185+51+204=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B933CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933CC is #46CC33. Grayscale: #6C6C6C. Windows color (decimal): -4639796 or 13382585. OLE color: 13382585.

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

Color convert

RGB18551204-
CMYK0.090.7500.2
HSL292.55º60%50%-
HSV(B)292.55º75%80%-
XYZ32.0917.0458.72-
YUV108.51181.89182.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=42.05%
G=11.59%
B=46.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185512040.090.7500.2292.556050
HexB933CC94B0141253c32
Octal27163314111130244457462
Binary101110011100111100110010011001011010100100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933CC; }

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

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

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

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

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

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

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

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