Html Css Color HEX #BA52E1 Medium Orchid

📋 copy color: '#BA52E1'

red 186 ◦ green 82 ◦ blue 225

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

Shades of Medium Orchid #BA52E1

Tints of Medium Orchid #BA52E1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 37.73%
G = 16.63%
B = 45.64%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA52E1 (or 0xBA52E1) is known color: Medium Orchid. HEX triplet: BA, 52 and E1. RGB value is (186,82,225). Sum of RGB (Red+Green+Blue) = 186+82+225=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA52E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52E1 is #45AD1E. Grayscale: #808080. Windows color (decimal): -4566303 or 14766778. OLE color: 14766778.

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

Color convert

RGB 186 82 225 -
CMYK 0.17 0.64 0 0.12
HSL 283.64º 0.7% 0.6% -
HSV(B) 283.64º 0.64% 0.88% -
XYZ 36.86 21.91 73.52 -
YUV 129.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 186 82 225 0.17 0.64 0 0.12 283.64 0.7 0.6
Hex BA 52 E1 11 40 0 C 11C 46 3C
Octal 272 122 341 21 100 0 14 434 106 74
Binary 10111010 1010010 11100001 10001 1000000 0 1100 100011100 1000110 111100

Color Harmonies of #BA52E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52E1

Black with #BA52E1

Text Example


Text Example

White with #BA52E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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