Html Css Color HEX #BA52E9 Medium Orchid

📋 copy color: '#BA52E9'

red 186 ◦ green 82 ◦ blue 233

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

Shades of Medium Orchid #BA52E9

Tints of Medium Orchid #BA52E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 37.13%
G = 16.37%
B = 46.51%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA52E9 (or 0xBA52E9) is known color: Medium Orchid. HEX triplet: BA, 52 and E9. RGB value is (186,82,233). Sum of RGB (Red+Green+Blue) = 186+82+233=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA52E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52E9 is #45AD16. Grayscale: #818181. Windows color (decimal): -4566295 or 15291066. OLE color: 15291066.

HSL color Cylindrical-coordinate representation of color #BA52E9: hue angle of 281.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA52E9 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 82 233 -
CMYK 0.20 0.65 0 0.09
HSL 281.32º 0.77% 0.62% -
HSV(B) 281.32º 0.65% 0.91% -
XYZ 37.97 22.36 79.4 -
YUV 130.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 186 82 233 0.20 0.65 0 0.09 281.32 0.77 0.62
Hex BA 52 E9 14 41 0 9 119 4D 3E
Octal 272 122 351 24 101 0 11 431 115 76
Binary 10111010 1010010 11101001 10100 1000001 0 1001 100011001 1001101 111110

Color Harmonies of #BA52E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52E9

Black with #BA52E9

Text Example


Text Example

White with #BA52E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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