Html Css Color HEX #BA41EA Medium Orchid

📋 copy color: '#BA41EA'

red 186 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #BA41EA

Tints of Medium Orchid #BA41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 38.35%
G = 13.4%
B = 48.25%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA41EA (or 0xBA41EA) is known color: Medium Orchid. HEX triplet: BA, 41 and EA. RGB value is (186,65,234). Sum of RGB (Red+Green+Blue) = 186+65+234=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EA is #45BE15. Grayscale: #777777. Windows color (decimal): -4570646 or 15352250. OLE color: 15352250.

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

Color convert

RGB 186 65 234 -
CMYK 0.21 0.72 0 0.08
HSL 282.96º 0.8% 0.59% -
HSV(B) 282.96º 0.72% 0.92% -
XYZ 36.99 20.16 79.78 -
YUV 120.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 186 65 234 0.21 0.72 0 0.08 282.96 0.8 0.59
Hex BA 41 EA 15 48 0 8 11B 50 3B
Octal 272 101 352 25 110 0 10 433 120 73
Binary 10111010 1000001 11101010 10101 1001000 0 1000 100011011 1010000 111011

Color Harmonies of #BA41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41EA

Black with #BA41EA

Text Example


Text Example

White with #BA41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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