Html Css Color HEX #B63EEC Medium Orchid

📋 copy color: '#B63EEC'

red 182 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #B63EEC

Tints of Medium Orchid #B63EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 37.92%
G = 12.92%
B = 49.17%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B63EEC (or 0xB63EEC) is known color: Medium Orchid. HEX triplet: B6, 3E and EC. RGB value is (182,62,236). Sum of RGB (Red+Green+Blue) = 182+62+236=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EEC is #49C113. Grayscale: #757575. Windows color (decimal): -4833556 or 15482550. OLE color: 15482550.

HSL color Cylindrical-coordinate representation of color #B63EEC: hue angle of 281.38º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63EEC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 62 236 -
CMYK 0.23 0.74 0 0.07
HSL 281.38º 0.82% 0.58% -
HSV(B) 281.38º 0.74% 0.93% -
XYZ 36.15 19.45 81.2 -
YUV 117.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 182 62 236 0.23 0.74 0 0.07 281.38 0.82 0.58
Hex B6 3E EC 17 4A 0 7 119 52 3A
Octal 266 76 354 27 112 0 7 431 122 72
Binary 10110110 111110 11101100 10111 1001010 0 111 100011001 1010010 111010

Color Harmonies of #B63EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EEC

Black with #B63EEC

Text Example


Text Example

White with #B63EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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