Html Css Color HEX #BA3AEF Medium Orchid

📋 copy color: '#BA3AEF'

red 186 ◦ green 58 ◦ blue 239

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

Shades of Medium Orchid #BA3AEF

Tints of Medium Orchid #BA3AEF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.01%

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

R = 38.51%
G = 12.01%
B = 49.48%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA3AEF (or 0xBA3AEF) is known color: Medium Orchid. HEX triplet: BA, 3A and EF. RGB value is (186,58,239). Sum of RGB (Red+Green+Blue) = 186+58+239=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA3AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AEF is #45C510. Grayscale: #747474. Windows color (decimal): -4572433 or 15678138. OLE color: 15678138.

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

Color convert

RGB 186 58 239 -
CMYK 0.22 0.76 0 0.06
HSL 282.43º 0.85% 0.58% -
HSV(B) 282.43º 0.76% 0.94% -
XYZ 37.34 19.7 83.5 -
YUV 116.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 186 58 239 0.22 0.76 0 0.06 282.43 0.85 0.58
Hex BA 3A EF 16 4C 0 6 11A 55 3A
Octal 272 72 357 26 114 0 6 432 125 72
Binary 10111010 111010 11101111 10110 1001100 0 110 100011010 1010101 111010

Color Harmonies of #BA3AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AEF

Black with #BA3AEF

Text Example


Text Example

White with #BA3AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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