#B63CC9

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

Shades of Medium Orchid #B63CC9

Tints of Medium Orchid #B63CC9

Color information

#B63CC9 (or 0xB63CC9) is unknown color: approx Medium Orchid. HEX triplet: B6, 3C and C9. RGB value is (182,60,201). Sum of RGB (Red+Green+Blue) = 182+60+201=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B63CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CC9 is #49C336. Grayscale: #707070. Windows color (decimal): -4834103 or 13188278. OLE color: 13188278.

HSL color Cylindrical-coordinate representation of color #B63CC9: hue angle of 291.91º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63CC9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18260201-
CMYK0.090.7000.21
HSL291.91º56.63%51.18%-
HSV(B)291.91º70.15%78.82%-
XYZ31.4517.3956.96-
YUV112.55177.92177.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=41.08%
G=13.54%
B=45.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182602010.090.7000.21291.9156.6351.18
HexB63CC99460151243933
Octal26674311111060254447163
Binary101101101111001100100110011000110010101100100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CC9; }

 p { color: rgb(182,60,201); }

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

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

 a { background-color: rgb(182,60,201); }

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

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

 span { border-color: rgb(182,60,201); }

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