Html Css Color HEX #BA52EA Medium Orchid

📋 copy color: '#BA52EA'

red 186 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #BA52EA

Tints of Medium Orchid #BA52EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 37.05%
G = 16.33%
B = 46.61%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA52EA (or 0xBA52EA) is known color: Medium Orchid. HEX triplet: BA, 52 and EA. RGB value is (186,82,234). Sum of RGB (Red+Green+Blue) = 186+82+234=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA52EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52EA is #45AD15. Grayscale: #818181. Windows color (decimal): -4566294 or 15356602. OLE color: 15356602.

HSL color Cylindrical-coordinate representation of color #BA52EA: hue angle of 281.05º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA52EA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 82 234 -
CMYK 0.21 0.65 0 0.08
HSL 281.05º 0.78% 0.62% -
HSV(B) 281.05º 0.65% 0.92% -
XYZ 38.12 22.41 80.16 -
YUV 130.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 186 82 234 0.21 0.65 0 0.08 281.05 0.78 0.62
Hex BA 52 EA 15 41 0 8 119 4E 3E
Octal 272 122 352 25 101 0 10 431 116 76
Binary 10111010 1010010 11101010 10101 1000001 0 1000 100011001 1001110 111110

Color Harmonies of #BA52EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52EA

Black with #BA52EA

Text Example


Text Example

White with #BA52EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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