Html Css Color HEX #B63EE0 Medium Orchid

📋 copy color: '#B63EE0'

red 182 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #B63EE0

Tints of Medium Orchid #B63EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 38.89%
G = 13.25%
B = 47.86%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B63EE0 (or 0xB63EE0) is known color: Medium Orchid. HEX triplet: B6, 3E and E0. RGB value is (182,62,224). Sum of RGB (Red+Green+Blue) = 182+62+224=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #B63EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EE0 is #49C11F. Grayscale: #737373. Windows color (decimal): -4833568 or 14696118. OLE color: 14696118.

HSL color Cylindrical-coordinate representation of color #B63EE0: hue angle of 284.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EE0 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 62 224 -
CMYK 0.19 0.72 0 0.12
HSL 284.44º 0.72% 0.56% -
HSV(B) 284.44º 0.72% 0.88% -
XYZ 34.47 18.77 72.33 -
YUV 116.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 182 62 224 0.19 0.72 0 0.12 284.44 0.72 0.56
Hex B6 3E E0 13 48 0 C 11C 48 38
Octal 266 76 340 23 110 0 14 434 110 70
Binary 10110110 111110 11100000 10011 1001000 0 1100 100011100 1001000 111000

Color Harmonies of #B63EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EE0

Black with #B63EE0

Text Example


Text Example

White with #B63EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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