Html Css Color HEX #BA3AFF Medium Orchid

📋 copy color: '#BA3AFF'

red 186 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #BA3AFF

Tints of Medium Orchid #BA3AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 37.27%
G = 11.62%
B = 51.1%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA3AFF (or 0xBA3AFF) is known color: Medium Orchid. HEX triplet: BA, 3A and FF. RGB value is (186,58,255). Sum of RGB (Red+Green+Blue) = 186+58+255=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AFF is #45C500. Grayscale: #767676. Windows color (decimal): -4572417 or 16726714. OLE color: 16726714.

HSL color Cylindrical-coordinate representation of color #BA3AFF: hue angle of 278.98º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3AFF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 58 255 -
CMYK 0.27 0.77 0 0
HSL 278.98º 1% 0.61% -
HSV(B) 278.98º 0.77% 1% -
XYZ 39.81 20.69 96.5 -
YUV 118.73 204.91 175.98 -
System Red Green Blue C M Y K H S L
Decimal 186 58 255 0.27 0.77 0 0 278.98 1 0.61
Hex BA 3A FF 1B 4D 0 0 117 64 3D
Octal 272 72 377 33 115 0 0 427 144 75
Binary 10111010 111010 11111111 11011 1001101 0 0 100010111 1100100 111101

Color Harmonies of #BA3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AFF

Black with #BA3AFF

Text Example


Text Example

White with #BA3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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