Html Css Color HEX #BA52E0 Medium Orchid

📋 copy color: '#BA52E0'

red 186 ◦ green 82 ◦ blue 224

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

Shades of Medium Orchid #BA52E0

Tints of Medium Orchid #BA52E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 37.8%
G = 16.67%
B = 45.53%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA52E0 (or 0xBA52E0) is known color: Medium Orchid. HEX triplet: BA, 52 and E0. RGB value is (186,82,224). Sum of RGB (Red+Green+Blue) = 186+82+224=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA52E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52E0 is #45AD1F. Grayscale: #808080. Windows color (decimal): -4566304 or 14701242. OLE color: 14701242.

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

Color convert

RGB 186 82 224 -
CMYK 0.17 0.63 0 0.12
HSL 283.94º 0.7% 0.6% -
HSV(B) 283.94º 0.63% 0.88% -
XYZ 36.72 21.86 72.8 -
YUV 129.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 186 82 224 0.17 0.63 0 0.12 283.94 0.7 0.6
Hex BA 52 E0 11 3F 0 C 11C 46 3C
Octal 272 122 340 21 77 0 14 434 106 74
Binary 10111010 1010010 11100000 10001 111111 0 1100 100011100 1000110 111100

Color Harmonies of #BA52E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52E0

Black with #BA52E0

Text Example


Text Example

White with #BA52E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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