#B63EE7

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

Shades of Medium Orchid #B63EE7

Tints of Medium Orchid #B63EE7

Color information

#B63EE7 (or 0xB63EE7) is unknown color: approx Medium Orchid. HEX triplet: B6, 3E and E7. RGB value is (182,62,231). Sum of RGB (Red+Green+Blue) = 182+62+231=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #B63EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EE7 is #49C118. Grayscale: #747474. Windows color (decimal): -4833561 or 15154870. OLE color: 15154870.

HSL color Cylindrical-coordinate representation of color #B63EE7: hue angle of 282.6º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63EE7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18262231-
CMYK0.210.7300.09
HSL282.6º77.88%57.45%-
HSV(B)282.6º73.16%90.59%-
XYZ35.4419.1677.43-
YUV117.15192.26174.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 62 (24.61% from 255) = 13.05%
BLUE value IS 231 (90.62% from 255) = 48.63%
R=38.32%
G=13.05%
B=48.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182622310.210.7300.09282.677.8857.45
HexB63EE715490911b4e39
Octal266763472511101143311671
Binary1011011011111011100111101011001001010011000110111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63EE7; }

 p { color: rgb(182,62,231); }

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

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

 a { background-color: rgb(182,62,231); }

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

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

 span { border-color: rgb(182,62,231); }

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