Html Css Color HEX #BA45E1 Medium Orchid

📋 copy color: '#BA45E1'

red 186 ◦ green 69 ◦ blue 225

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

Shades of Medium Orchid #BA45E1

Tints of Medium Orchid #BA45E1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.38%

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 38.75%
G = 14.38%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA45E1 (or 0xBA45E1) is known color: Medium Orchid. HEX triplet: BA, 45 and E1. RGB value is (186,69,225). Sum of RGB (Red+Green+Blue) = 186+69+225=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA45E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45E1 is #45BA1E. Grayscale: #797979. Windows color (decimal): -4569631 or 14763450. OLE color: 14763450.

HSL color Cylindrical-coordinate representation of color #BA45E1: hue angle of 285º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA45E1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 69 225 -
CMYK 0.17 0.69 0 0.12
HSL 285º 0.72% 0.58% -
HSV(B) 285º 0.69% 0.88% -
XYZ 35.97 20.13 73.22 -
YUV 121.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 186 69 225 0.17 0.69 0 0.12 285 0.72 0.58
Hex BA 45 E1 11 45 0 C 11D 48 3A
Octal 272 105 341 21 105 0 14 435 110 72
Binary 10111010 1000101 11100001 10001 1000101 0 1100 100011101 1001000 111010

Color Harmonies of #BA45E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45E1

Black with #BA45E1

Text Example


Text Example

White with #BA45E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45E1; }

 p { color: rgb(186,69,225); }

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

background-color css

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

 a { background-color: rgb(186,69,225); }

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

border-color css

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

 span { border-color: rgb(186,69,225); }

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