Html Css Color HEX #BA41EC Medium Orchid

📋 copy color: '#BA41EC'

red 186 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #BA41EC

Tints of Medium Orchid #BA41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

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

R = 38.19%
G = 13.35%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA41EC (or 0xBA41EC) is known color: Medium Orchid. HEX triplet: BA, 41 and EC. RGB value is (186,65,236). Sum of RGB (Red+Green+Blue) = 186+65+236=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EC is #45BE13. Grayscale: #787878. Windows color (decimal): -4570644 or 15483322. OLE color: 15483322.

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

Color convert

RGB 186 65 236 -
CMYK 0.21 0.72 0 0.07
HSL 282.46º 0.82% 0.59% -
HSV(B) 282.46º 0.72% 0.93% -
XYZ 37.28 20.28 81.31 -
YUV 120.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 186 65 236 0.21 0.72 0 0.07 282.46 0.82 0.59
Hex BA 41 EC 15 48 0 7 11A 52 3B
Octal 272 101 354 25 110 0 7 432 122 73
Binary 10111010 1000001 11101100 10101 1001000 0 111 100011010 1010010 111011

Color Harmonies of #BA41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41EC

Black with #BA41EC

Text Example


Text Example

White with #BA41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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