Html Css Color HEX #BA5AE8 Medium Orchid

📋 copy color: '#BA5AE8'

red 186 ◦ green 90 ◦ blue 232

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

Shades of Medium Orchid #BA5AE8

Tints of Medium Orchid #BA5AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.67%

R = 36.61%
G = 17.72%
B = 45.67%

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

#BA5AE8 (or 0xBA5AE8) is known color: Medium Orchid. HEX triplet: BA, 5A and E8. RGB value is (186,90,232). Sum of RGB (Red+Green+Blue) = 186+90+232=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AE8 is #45A517. Grayscale: #868686. Windows color (decimal): -4564248 or 15227578. OLE color: 15227578.

HSL color Cylindrical-coordinate representation of color #BA5AE8: hue angle of 280.56º 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 #BA5AE8 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 90 232 -
CMYK 0.20 0.61 0 0.09
HSL 280.56º 0.76% 0.63% -
HSV(B) 280.56º 0.61% 0.91% -
XYZ 38.47 23.58 78.87 -
YUV 134.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 186 90 232 0.20 0.61 0 0.09 280.56 0.76 0.63
Hex BA 5A E8 14 3D 0 9 119 4C 3F
Octal 272 132 350 24 75 0 11 431 114 77
Binary 10111010 1011010 11101000 10100 111101 0 1001 100011001 1001100 111111

Color Harmonies of #BA5AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AE8

Black with #BA5AE8

Text Example


Text Example

White with #BA5AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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