Html Css Color HEX #BA45C9 Medium Orchid

📋 copy color: '#BA45C9'

red 186 ◦ green 69 ◦ blue 201

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

Shades of Medium Orchid #BA45C9

Tints of Medium Orchid #BA45C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 40.79%
G = 15.13%
B = 44.08%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA45C9 (or 0xBA45C9) is known color: Medium Orchid. HEX triplet: BA, 45 and C9. RGB value is (186,69,201). Sum of RGB (Red+Green+Blue) = 186+69+201=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA45C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45C9 is #45BA36. Grayscale: #767676. Windows color (decimal): -4569655 or 13190586. OLE color: 13190586.

HSL color Cylindrical-coordinate representation of color #BA45C9: hue angle of 293.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA45C9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 69 201 -
CMYK 0.07 0.66 0 0.21
HSL 293.18º 0.55% 0.53% -
HSV(B) 293.18º 0.66% 0.79% -
XYZ 32.92 18.91 57.17 -
YUV 119.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 186 69 201 0.07 0.66 0 0.21 293.18 0.55 0.53
Hex BA 45 C9 7 42 0 15 125 37 35
Octal 272 105 311 7 102 0 25 445 67 65
Binary 10111010 1000101 11001001 111 1000010 0 10101 100100101 110111 110101

Color Harmonies of #BA45C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45C9

Black with #BA45C9

Text Example


Text Example

White with #BA45C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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