Html Css Color HEX #BA4AFA Medium Orchid

📋 copy color: '#BA4AFA'

red 186 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #BA4AFA

Tints of Medium Orchid #BA4AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 36.47%
G = 14.51%
B = 49.02%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA4AFA (or 0xBA4AFA) is known color: Medium Orchid. HEX triplet: BA, 4A and FA. RGB value is (186,74,250). Sum of RGB (Red+Green+Blue) = 186+74+250=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFA is #45B505. Grayscale: #7E7E7E. Windows color (decimal): -4568326 or 16403130. OLE color: 16403130.

HSL color Cylindrical-coordinate representation of color #BA4AFA: hue angle of 278.18º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4AFA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 74 250 -
CMYK 0.26 0.70 0 0.02
HSL 278.18º 0.95% 0.64% -
HSV(B) 278.18º 0.7% 0.98% -
XYZ 39.95 22.24 92.63 -
YUV 127.55 197.11 169.69 -
System Red Green Blue C M Y K H S L
Decimal 186 74 250 0.26 0.70 0 0.02 278.18 0.95 0.64
Hex BA 4A FA 1A 46 0 2 116 5F 40
Octal 272 112 372 32 106 0 2 426 137 100
Binary 10111010 1001010 11111010 11010 1000110 0 10 100010110 1011111 1000000

Color Harmonies of #BA4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AFA

Black with #BA4AFA

Text Example


Text Example

White with #BA4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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