Html Css Color HEX #BA4AFF Medium Orchid

📋 copy color: '#BA4AFF'

red 186 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #BA4AFF

Tints of Medium Orchid #BA4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.37%

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

R = 36.12%
G = 14.37%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA4AFF (or 0xBA4AFF) is known color: Medium Orchid. HEX triplet: BA, 4A and FF. RGB value is (186,74,255). Sum of RGB (Red+Green+Blue) = 186+74+255=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFF is #45B500. Grayscale: #7F7F7F. Windows color (decimal): -4568321 or 16730810. OLE color: 16730810.

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

Color convert

RGB 186 74 255 -
CMYK 0.27 0.71 0 0
HSL 277.13º 1% 0.65% -
HSV(B) 277.13º 0.71% 1% -
XYZ 40.75 22.56 96.81 -
YUV 128.12 199.61 169.28 -
System Red Green Blue C M Y K H S L
Decimal 186 74 255 0.27 0.71 0 0 277.13 1 0.65
Hex BA 4A FF 1B 47 0 0 115 64 41
Octal 272 112 377 33 107 0 0 425 144 101
Binary 10111010 1001010 11111111 11011 1000111 0 0 100010101 1100100 1000001

Color Harmonies of #BA4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AFF

Black with #BA4AFF

Text Example


Text Example

White with #BA4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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