Html Css Color HEX #BA52D6 Medium Orchid

📋 copy color: '#BA52D6'

red 186 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #BA52D6

Tints of Medium Orchid #BA52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 38.59%
G = 17.01%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA52D6 (or 0xBA52D6) is known color: Medium Orchid. HEX triplet: BA, 52 and D6. RGB value is (186,82,214). Sum of RGB (Red+Green+Blue) = 186+82+214=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52D6 is #45AD29. Grayscale: #7F7F7F. Windows color (decimal): -4566314 or 14045882. OLE color: 14045882.

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

Color convert

RGB 186 82 214 -
CMYK 0.13 0.62 0 0.16
HSL 287.27º 0.62% 0.58% -
HSV(B) 287.27º 0.62% 0.84% -
XYZ 35.4 21.33 65.87 -
YUV 128.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 186 82 214 0.13 0.62 0 0.16 287.27 0.62 0.58
Hex BA 52 D6 D 3E 0 10 11F 3E 3A
Octal 272 122 326 15 76 0 20 437 76 72
Binary 10111010 1010010 11010110 1101 111110 0 10000 100011111 111110 111010

Color Harmonies of #BA52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52D6

Black with #BA52D6

Text Example


Text Example

White with #BA52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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