Html Css Color HEX #B63EE2 Medium Orchid

📋 copy color: '#B63EE2'

red 182 ◦ green 62 ◦ blue 226

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

Shades of Medium Orchid #B63EE2

Tints of Medium Orchid #B63EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.09%

R = 38.72%
G = 13.19%
B = 48.09%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B63EE2 (or 0xB63EE2) is known color: Medium Orchid. HEX triplet: B6, 3E and E2. RGB value is (182,62,226). Sum of RGB (Red+Green+Blue) = 182+62+226=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #B63EE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EE2 is #49C11D. Grayscale: #747474. Windows color (decimal): -4833566 or 14827190. OLE color: 14827190.

HSL color Cylindrical-coordinate representation of color #B63EE2: hue angle of 283.9º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63EE2 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 62 226 -
CMYK 0.19 0.73 0 0.11
HSL 283.9º 0.74% 0.56% -
HSV(B) 283.9º 0.73% 0.89% -
XYZ 34.74 18.88 73.76 -
YUV 116.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 182 62 226 0.19 0.73 0 0.11 283.9 0.74 0.56
Hex B6 3E E2 13 49 0 B 11C 4A 38
Octal 266 76 342 23 111 0 13 434 112 70
Binary 10110110 111110 11100010 10011 1001001 0 1011 100011100 1001010 111000

Color Harmonies of #B63EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EE2

Black with #B63EE2

Text Example


Text Example

White with #B63EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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