Html Css Color HEX #BA41E7 Medium Orchid

📋 copy color: '#BA41E7'

red 186 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #BA41E7

Tints of Medium Orchid #BA41E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.93%

R = 38.59%
G = 13.49%
B = 47.93%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA41E7 (or 0xBA41E7) is known color: Medium Orchid. HEX triplet: BA, 41 and E7. RGB value is (186,65,231). Sum of RGB (Red+Green+Blue) = 186+65+231=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA41E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41E7 is #45BE18. Grayscale: #777777. Windows color (decimal): -4570649 or 15155642. OLE color: 15155642.

HSL color Cylindrical-coordinate representation of color #BA41E7: hue angle of 283.73º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA41E7 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 65 231 -
CMYK 0.19 0.72 0 0.09
HSL 283.74º 0.78% 0.58% -
HSV(B) 283.74º 0.72% 0.91% -
XYZ 36.56 19.99 77.53 -
YUV 120.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 186 65 231 0.19 0.72 0 0.09 283.74 0.78 0.58
Hex BA 41 E7 13 48 0 9 11C 4E 3A
Octal 272 101 347 23 110 0 11 434 116 72
Binary 10111010 1000001 11100111 10011 1001000 0 1001 100011100 1001110 111010

Color Harmonies of #BA41E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41E7

Black with #BA41E7

Text Example


Text Example

White with #BA41E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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