Html Css Color HEX #BA52DF Medium Orchid

📋 copy color: '#BA52DF'

red 186 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #BA52DF

Tints of Medium Orchid #BA52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 37.88%
G = 16.7%
B = 45.42%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA52DF (or 0xBA52DF) is known color: Medium Orchid. HEX triplet: BA, 52 and DF. RGB value is (186,82,223). Sum of RGB (Red+Green+Blue) = 186+82+223=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52DF is #45AD20. Grayscale: #808080. Windows color (decimal): -4566305 or 14635706. OLE color: 14635706.

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

Color convert

RGB 186 82 223 -
CMYK 0.17 0.63 0 0.13
HSL 284.26º 0.69% 0.6% -
HSV(B) 284.26º 0.63% 0.87% -
XYZ 36.59 21.8 72.09 -
YUV 129.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 186 82 223 0.17 0.63 0 0.13 284.26 0.69 0.6
Hex BA 52 DF 11 3F 0 D 11C 45 3C
Octal 272 122 337 21 77 0 15 434 105 74
Binary 10111010 1010010 11011111 10001 111111 0 1101 100011100 1000101 111100

Color Harmonies of #BA52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52DF

Black with #BA52DF

Text Example


Text Example

White with #BA52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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