Html Css Color HEX #B63EDC Medium Orchid

📋 copy color: '#B63EDC'

red 182 ◦ green 62 ◦ blue 220

#B63EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B63EDC

Tints of Medium Orchid #B63EDC

RGB

 RED value IS 182 (71.48% from 255) = 39.22%

 GREEN value IS 62 (24.61% from 255) = 13.36%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 39.22%
G = 13.36%
B = 47.41%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63EDC (or 0xB63EDC) is known color: Medium Orchid. HEX triplet: B6, 3E and DC. RGB value is (182,62,220). Sum of RGB (Red+Green+Blue) = 182+62+220=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B63EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EDC is #49C123. Grayscale: #737373. Windows color (decimal): -4833572 or 14433974. OLE color: 14433974.

HSL color Cylindrical-coordinate representation of color #B63EDC: hue angle of 285.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EDC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 62 220 -
CMYK 0.17 0.72 0 0.14
HSL 285.57º 0.69% 0.55% -
HSV(B) 285.57º 0.72% 0.86% -
XYZ 33.93 18.56 69.5 -
YUV 115.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 182 62 220 0.17 0.72 0 0.14 285.57 0.69 0.55
Hex B6 3E DC 11 48 0 E 11E 45 37
Octal 266 76 334 21 110 0 16 436 105 67
Binary 10110110 111110 11011100 10001 1001000 0 1110 100011110 1000101 110111

Color Harmonies of #B63EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EDC

Black with #B63EDC

Text Example


Text Example

White with #B63EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EDC; }

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

 H1.HeaderClassName
 {
   color: #B63EDC;
 }
 .AnyTagClassName
 {
   color: #B63EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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