Html Css Color HEX #BA51F9 Medium Orchid

📋 copy color: '#BA51F9'

red 186 ◦ green 81 ◦ blue 249

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

Shades of Medium Orchid #BA51F9

Tints of Medium Orchid #BA51F9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.7%

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 36.05%
G = 15.7%
B = 48.26%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA51F9 (or 0xBA51F9) is known color: Medium Orchid. HEX triplet: BA, 51 and F9. RGB value is (186,81,249). Sum of RGB (Red+Green+Blue) = 186+81+249=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA51F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51F9 is #45AE06. Grayscale: #828282. Windows color (decimal): -4566535 or 16339386. OLE color: 16339386.

HSL color Cylindrical-coordinate representation of color #BA51F9: hue angle of 277.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA51F9 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 81 249 -
CMYK 0.25 0.67 0 0.02
HSL 277.5º 0.93% 0.65% -
HSV(B) 277.5º 0.67% 0.98% -
XYZ 40.29 23.16 91.97 -
YUV 131.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 186 81 249 0.25 0.67 0 0.02 277.5 0.93 0.65
Hex BA 51 F9 19 43 0 2 116 5D 41
Octal 272 121 371 31 103 0 2 426 135 101
Binary 10111010 1010001 11111001 11001 1000011 0 10 100010110 1011101 1000001

Color Harmonies of #BA51F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51F9

Black with #BA51F9

Text Example


Text Example

White with #BA51F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51F9; }

 p { color: rgb(186,81,249); }

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

background-color css

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

 a { background-color: rgb(186,81,249); }

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

border-color css

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

 span { border-color: rgb(186,81,249); }

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