Html Css Color HEX #BA5AE5 Medium Orchid

📋 copy color: '#BA5AE5'

red 186 ◦ green 90 ◦ blue 229

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

Shades of Medium Orchid #BA5AE5

Tints of Medium Orchid #BA5AE5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.82%

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

R = 36.83%
G = 17.82%
B = 45.35%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA5AE5 (or 0xBA5AE5) is known color: Medium Orchid. HEX triplet: BA, 5A and E5. RGB value is (186,90,229). Sum of RGB (Red+Green+Blue) = 186+90+229=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AE5 is #45A51A. Grayscale: #868686. Windows color (decimal): -4564251 or 15030970. OLE color: 15030970.

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

Color convert

RGB 186 90 229 -
CMYK 0.19 0.61 0 0.10
HSL 281.44º 0.73% 0.63% -
HSV(B) 281.44º 0.61% 0.9% -
XYZ 38.05 23.41 76.64 -
YUV 134.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 186 90 229 0.19 0.61 0 0.10 281.44 0.73 0.63
Hex BA 5A E5 13 3D 0 A 119 49 3F
Octal 272 132 345 23 75 0 12 431 111 77
Binary 10111010 1011010 11100101 10011 111101 0 1010 100011001 1001001 111111

Color Harmonies of #BA5AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AE5

Black with #BA5AE5

Text Example


Text Example

White with #BA5AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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