Html Css Color HEX #BA52EF Medium Orchid

📋 copy color: '#BA52EF'

red 186 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #BA52EF

Tints of Medium Orchid #BA52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 36.69%
G = 16.17%
B = 47.14%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA52EF (or 0xBA52EF) is known color: Medium Orchid. HEX triplet: BA, 52 and EF. RGB value is (186,82,239). Sum of RGB (Red+Green+Blue) = 186+82+239=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52EF is #45AD10. Grayscale: #828282. Windows color (decimal): -4566289 or 15684282. OLE color: 15684282.

HSL color Cylindrical-coordinate representation of color #BA52EF: hue angle of 279.75º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA52EF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 82 239 -
CMYK 0.22 0.66 0 0.06
HSL 279.75º 0.83% 0.63% -
HSV(B) 279.75º 0.66% 0.94% -
XYZ 38.85 22.71 84 -
YUV 130.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 186 82 239 0.22 0.66 0 0.06 279.75 0.83 0.63
Hex BA 52 EF 16 42 0 6 118 53 3F
Octal 272 122 357 26 102 0 6 430 123 77
Binary 10111010 1010010 11101111 10110 1000010 0 110 100011000 1010011 111111

Color Harmonies of #BA52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52EF

Black with #BA52EF

Text Example


Text Example

White with #BA52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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