Html Css Color HEX #BA3EEC Medium Orchid

📋 copy color: '#BA3EEC'

red 186 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #BA3EEC

Tints of Medium Orchid #BA3EEC

RGB

 RED value IS 186 (73.05% from 255) = 38.43%

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

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

R = 38.43%
G = 12.81%
B = 48.76%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3EEC (or 0xBA3EEC) is known color: Medium Orchid. HEX triplet: BA, 3E and EC. RGB value is (186,62,236). Sum of RGB (Red+Green+Blue) = 186+62+236=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EEC is #45C113. Grayscale: #767676. Windows color (decimal): -4571412 or 15482554. OLE color: 15482554.

HSL color Cylindrical-coordinate representation of color #BA3EEC: hue angle of 282.76º 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 #BA3EEC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 62 236 -
CMYK 0.21 0.74 0 0.07
HSL 282.76º 0.82% 0.58% -
HSV(B) 282.76º 0.74% 0.93% -
XYZ 37.11 19.94 81.25 -
YUV 118.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 186 62 236 0.21 0.74 0 0.07 282.76 0.82 0.58
Hex BA 3E EC 15 4A 0 7 11B 52 3A
Octal 272 76 354 25 112 0 7 433 122 72
Binary 10111010 111110 11101100 10101 1001010 0 111 100011011 1010010 111010

Color Harmonies of #BA3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EEC

Black with #BA3EEC

Text Example


Text Example

White with #BA3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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