Html Css Color HEX #BA4DFF Medium Orchid

📋 copy color: '#BA4DFF'

red 186 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #BA4DFF

Tints of Medium Orchid #BA4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

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

R = 35.91%
G = 14.86%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA4DFF (or 0xBA4DFF) is known color: Medium Orchid. HEX triplet: BA, 4D and FF. RGB value is (186,77,255). Sum of RGB (Red+Green+Blue) = 186+77+255=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFF is #45B200. Grayscale: #818181. Windows color (decimal): -4567553 or 16731578. OLE color: 16731578.

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

Color convert

RGB 186 77 255 -
CMYK 0.27 0.70 0 0
HSL 276.74º 1% 0.65% -
HSV(B) 276.74º 0.7% 1% -
XYZ 40.95 22.97 96.88 -
YUV 129.88 198.61 168.03 -
System Red Green Blue C M Y K H S L
Decimal 186 77 255 0.27 0.70 0 0 276.74 1 0.65
Hex BA 4D FF 1B 46 0 0 115 64 41
Octal 272 115 377 33 106 0 0 425 144 101
Binary 10111010 1001101 11111111 11011 1000110 0 0 100010101 1100100 1000001

Color Harmonies of #BA4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DFF

Black with #BA4DFF

Text Example


Text Example

White with #BA4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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