Html Css Color HEX #BA5AE4 Medium Orchid

📋 copy color: '#BA5AE4'

red 186 ◦ green 90 ◦ blue 228

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

Shades of Medium Orchid #BA5AE4

Tints of Medium Orchid #BA5AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 36.9%
G = 17.86%
B = 45.24%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA5AE4 (or 0xBA5AE4) is known color: Medium Orchid. HEX triplet: BA, 5A and E4. RGB value is (186,90,228). Sum of RGB (Red+Green+Blue) = 186+90+228=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA5AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AE4 is #45A51B. Grayscale: #858585. Windows color (decimal): -4564252 or 14965434. OLE color: 14965434.

HSL color Cylindrical-coordinate representation of color #BA5AE4: hue angle of 281.74º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5AE4 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 90 228 -
CMYK 0.18 0.61 0 0.11
HSL 281.74º 0.72% 0.62% -
HSV(B) 281.74º 0.61% 0.89% -
XYZ 37.91 23.35 75.91 -
YUV 134.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 186 90 228 0.18 0.61 0 0.11 281.74 0.72 0.62
Hex BA 5A E4 12 3D 0 B 11A 48 3E
Octal 272 132 344 22 75 0 13 432 110 76
Binary 10111010 1011010 11100100 10010 111101 0 1011 100011010 1001000 111110

Color Harmonies of #BA5AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AE4

Black with #BA5AE4

Text Example


Text Example

White with #BA5AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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