Html Css Color HEX #BA52C9 Medium Orchid

📋 copy color: '#BA52C9'

red 186 ◦ green 82 ◦ blue 201

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

Shades of Medium Orchid #BA52C9

Tints of Medium Orchid #BA52C9

RGB

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

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

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

R = 39.66%
G = 17.48%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA52C9 (or 0xBA52C9) is known color: Medium Orchid. HEX triplet: BA, 52 and C9. RGB value is (186,82,201). Sum of RGB (Red+Green+Blue) = 186+82+201=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52C9 is #45AD36. Grayscale: #7E7E7E. Windows color (decimal): -4566327 or 13193914. OLE color: 13193914.

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

Color convert

RGB 186 82 201 -
CMYK 0.07 0.59 0 0.21
HSL 292.44º 0.52% 0.55% -
HSV(B) 292.44º 0.59% 0.79% -
XYZ 33.81 20.69 57.47 -
YUV 126.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 186 82 201 0.07 0.59 0 0.21 292.44 0.52 0.55
Hex BA 52 C9 7 3B 0 15 124 34 37
Octal 272 122 311 7 73 0 25 444 64 67
Binary 10111010 1010010 11001001 111 111011 0 10101 100100100 110100 110111

Color Harmonies of #BA52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52C9

Black with #BA52C9

Text Example


Text Example

White with #BA52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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