Html Css Color HEX #BA5AE9 Medium Orchid

📋 copy color: '#BA5AE9'

red 186 ◦ green 90 ◦ blue 233

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

Shades of Medium Orchid #BA5AE9

Tints of Medium Orchid #BA5AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.78%

R = 36.54%
G = 17.68%
B = 45.78%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA5AE9 (or 0xBA5AE9) is known color: Medium Orchid. HEX triplet: BA, 5A and E9. RGB value is (186,90,233). Sum of RGB (Red+Green+Blue) = 186+90+233=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA5AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AE9 is #45A516. Grayscale: #868686. Windows color (decimal): -4564247 or 15293114. OLE color: 15293114.

HSL color Cylindrical-coordinate representation of color #BA5AE9: hue angle of 280.28º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5AE9 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 90 233 -
CMYK 0.20 0.61 0 0.09
HSL 280.28º 0.76% 0.63% -
HSV(B) 280.28º 0.61% 0.91% -
XYZ 38.61 23.63 79.62 -
YUV 135.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 186 90 233 0.20 0.61 0 0.09 280.28 0.76 0.63
Hex BA 5A E9 14 3D 0 9 118 4C 3F
Octal 272 132 351 24 75 0 11 430 114 77
Binary 10111010 1011010 11101001 10100 111101 0 1001 100011000 1001100 111111

Color Harmonies of #BA5AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AE9

Black with #BA5AE9

Text Example


Text Example

White with #BA5AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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