Html Css Color HEX #BA61E5 Medium Orchid

📋 copy color: '#BA61E5'

red 186 ◦ green 97 ◦ blue 229

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

Shades of Medium Orchid #BA61E5

Tints of Medium Orchid #BA61E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.95%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 36.33%
G = 18.95%
B = 44.73%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA61E5 (or 0xBA61E5) is known color: Medium Orchid. HEX triplet: BA, 61 and E5. RGB value is (186,97,229). Sum of RGB (Red+Green+Blue) = 186+97+229=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61E5 is #459E1A. Grayscale: #8A8A8A. Windows color (decimal): -4562459 or 15032762. OLE color: 15032762.

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

Color convert

RGB 186 97 229 -
CMYK 0.19 0.58 0 0.10
HSL 280.45º 0.72% 0.64% -
HSV(B) 280.45º 0.58% 0.9% -
XYZ 38.67 24.65 76.85 -
YUV 138.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 186 97 229 0.19 0.58 0 0.10 280.45 0.72 0.64
Hex BA 61 E5 13 3A 0 A 118 48 40
Octal 272 141 345 23 72 0 12 430 110 100
Binary 10111010 1100001 11100101 10011 111010 0 1010 100011000 1001000 1000000

Color Harmonies of #BA61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61E5

Black with #BA61E5

Text Example


Text Example

White with #BA61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61E5; }

 p { color: rgb(186,97,229); }

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

background-color css

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

 a { background-color: rgb(186,97,229); }

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

border-color css

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

 span { border-color: rgb(186,97,229); }

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