#B63AC8

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

Shades of Medium Orchid #B63AC8

Tints of Medium Orchid #B63AC8

Color information

#B63AC8 (or 0xB63AC8) is unknown color: approx Medium Orchid. HEX triplet: B6, 3A and C8. RGB value is (182,58,200). Sum of RGB (Red+Green+Blue) = 182+58+200=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #B63AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AC8 is #49C537. Grayscale: #6E6E6E. Windows color (decimal): -4834616 or 13122230. OLE color: 13122230.

HSL color Cylindrical-coordinate representation of color #B63AC8: hue angle of 292.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63AC8 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18258200-
CMYK0.090.7100.22
HSL292.39º56.35%50.59%-
HSV(B)292.39º71%78.43%-
XYZ31.2317.1456.31-
YUV111.26178.08178.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 58 (23.05% from 255) = 13.18%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=41.36%
G=13.18%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182582000.090.7100.22292.3956.3550.59
HexB63AC89470161243833
Octal26672310111070264447063
Binary101101101110101100100010011000111010110100100100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63AC8; }

 p { color: rgb(182,58,200); }

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

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

 a { background-color: rgb(182,58,200); }

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

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

 span { border-color: rgb(182,58,200); }

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