Html Css Color HEX #BA45D7 Medium Orchid

📋 copy color: '#BA45D7'

red 186 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #BA45D7

Tints of Medium Orchid #BA45D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 39.57%
G = 14.68%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA45D7 (or 0xBA45D7) is known color: Medium Orchid. HEX triplet: BA, 45 and D7. RGB value is (186,69,215). Sum of RGB (Red+Green+Blue) = 186+69+215=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45D7 is #45BA28. Grayscale: #787878. Windows color (decimal): -4569641 or 14108090. OLE color: 14108090.

HSL color Cylindrical-coordinate representation of color #BA45D7: hue angle of 288.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA45D7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 69 215 -
CMYK 0.13 0.68 0 0.16
HSL 288.08º 0.65% 0.56% -
HSV(B) 288.08º 0.68% 0.84% -
XYZ 34.64 19.6 66.25 -
YUV 120.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 186 69 215 0.13 0.68 0 0.16 288.08 0.65 0.56
Hex BA 45 D7 D 44 0 10 120 41 38
Octal 272 105 327 15 104 0 20 440 101 70
Binary 10111010 1000101 11010111 1101 1000100 0 10000 100100000 1000001 111000

Color Harmonies of #BA45D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45D7

Black with #BA45D7

Text Example


Text Example

White with #BA45D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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