#B63CCE

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

Shades of Medium Orchid #B63CCE

Tints of Medium Orchid #B63CCE

Color information

#B63CCE (or 0xB63CCE) is unknown color: approx Medium Orchid. HEX triplet: B6, 3C and CE. RGB value is (182,60,206). Sum of RGB (Red+Green+Blue) = 182+60+206=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #B63CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CCE is #49C331. Grayscale: #707070. Windows color (decimal): -4834098 or 13515958. OLE color: 13515958.

HSL color Cylindrical-coordinate representation of color #B63CCE: hue angle of 290.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63CCE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18260206-
CMYK0.120.7100.19
HSL290.14º59.84%52.16%-
HSV(B)290.14º70.87%80.78%-
XYZ32.0517.6360.11-
YUV113.12180.42177.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 60 (23.83% from 255) = 13.39%
BLUE value IS 206 (80.86% from 255) = 45.98%
R=40.62%
G=13.39%
B=45.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182602060.120.7100.19290.1459.8452.16
HexB63CCEC470131223c34
Octal26674316141070234427464
Binary101101101111001100111011001000111010011100100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CCE; }

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

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

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

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

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

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

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

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