#B63BED

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

Shades of Medium Orchid #B63BED

Tints of Medium Orchid #B63BED

Color information

#B63BED (or 0xB63BED) is unknown color: approx Medium Orchid. HEX triplet: B6, 3B and ED. RGB value is (182,59,237). Sum of RGB (Red+Green+Blue) = 182+59+237=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BED is #49C412. Grayscale: #737373. Windows color (decimal): -4834323 or 15547318. OLE color: 15547318.

HSL color Cylindrical-coordinate representation of color #B63BED: hue angle of 281.46º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63BED is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18259237-
CMYK0.230.7500.07
HSL281.46º83.18%58.04%-
HSV(B)281.46º75.11%92.94%-
XYZ36.1419.1981.92-
YUV116.07196.25175.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 59 (23.44% from 255) = 12.34%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=38.08%
G=12.34%
B=49.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182592370.230.7500.07281.4683.1858.04
HexB63BED174B07119533a
Octal26673355271130743112372
Binary101101101110111110110110111100101101111000110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63BED; }

 p { color: rgb(182,59,237); }

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

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

 a { background-color: rgb(182,59,237); }

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

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

 span { border-color: rgb(182,59,237); }

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