Html Css Color HEX #B63CE0 Medium Orchid

📋 copy color: '#B63CE0'

red 182 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #B63CE0

Tints of Medium Orchid #B63CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 39.06%
G = 12.88%
B = 48.07%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B63CE0 (or 0xB63CE0) is known color: Medium Orchid. HEX triplet: B6, 3C and E0. RGB value is (182,60,224). Sum of RGB (Red+Green+Blue) = 182+60+224=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B63CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CE0 is #49C31F. Grayscale: #727272. Windows color (decimal): -4834080 or 14695606. OLE color: 14695606.

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

Color convert

RGB 182 60 224 -
CMYK 0.19 0.73 0 0.12
HSL 284.63º 0.73% 0.56% -
HSV(B) 284.63º 0.73% 0.88% -
XYZ 34.36 18.56 72.29 -
YUV 115.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 182 60 224 0.19 0.73 0 0.12 284.63 0.73 0.56
Hex B6 3C E0 13 49 0 C 11D 49 38
Octal 266 74 340 23 111 0 14 435 111 70
Binary 10110110 111100 11100000 10011 1001001 0 1100 100011101 1001001 111000

Color Harmonies of #B63CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CE0

Black with #B63CE0

Text Example


Text Example

White with #B63CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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