Html Css Color HEX #B63EDE Medium Orchid

📋 copy color: '#B63EDE'

red 182 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #B63EDE

Tints of Medium Orchid #B63EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 39.06%
G = 13.3%
B = 47.64%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B63EDE (or 0xB63EDE) is known color: Medium Orchid. HEX triplet: B6, 3E and DE. RGB value is (182,62,222). Sum of RGB (Red+Green+Blue) = 182+62+222=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #B63EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EDE is #49C121. Grayscale: #737373. Windows color (decimal): -4833570 or 14565046. OLE color: 14565046.

HSL color Cylindrical-coordinate representation of color #B63EDE: hue angle of 285º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EDE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 62 222 -
CMYK 0.18 0.72 0 0.13
HSL 285º 0.71% 0.56% -
HSV(B) 285º 0.72% 0.87% -
XYZ 34.2 18.66 70.91 -
YUV 116.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 182 62 222 0.18 0.72 0 0.13 285 0.71 0.56
Hex B6 3E DE 12 48 0 D 11D 47 38
Octal 266 76 336 22 110 0 15 435 107 70
Binary 10110110 111110 11011110 10010 1001000 0 1101 100011101 1000111 111000

Color Harmonies of #B63EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EDE

Black with #B63EDE

Text Example


Text Example

White with #B63EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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