Html Css Color HEX #BA54F4 Medium Orchid

📋 copy color: '#BA54F4'

red 186 ◦ green 84 ◦ blue 244

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

Shades of Medium Orchid #BA54F4

Tints of Medium Orchid #BA54F4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.34%

 BLUE value IS 244 (95.7% from 255) = 47.47%

R = 36.19%
G = 16.34%
B = 47.47%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA54F4 (or 0xBA54F4) is known color: Medium Orchid. HEX triplet: BA, 54 and F4. RGB value is (186,84,244). Sum of RGB (Red+Green+Blue) = 186+84+244=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA54F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54F4 is #45AB0B. Grayscale: #848484. Windows color (decimal): -4565772 or 16012474. OLE color: 16012474.

HSL color Cylindrical-coordinate representation of color #BA54F4: hue angle of 278.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA54F4 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 84 244 -
CMYK 0.24 0.66 0 0.04
HSL 278.25º 0.88% 0.64% -
HSV(B) 278.25º 0.66% 0.96% -
XYZ 39.75 23.31 87.99 -
YUV 132.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 186 84 244 0.24 0.66 0 0.04 278.25 0.88 0.64
Hex BA 54 F4 18 42 0 4 116 58 40
Octal 272 124 364 30 102 0 4 426 130 100
Binary 10111010 1010100 11110100 11000 1000010 0 100 100010110 1011000 1000000

Color Harmonies of #BA54F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54F4

Black with #BA54F4

Text Example


Text Example

White with #BA54F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54F4; }

 p { color: rgb(186,84,244); }

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

background-color css

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

 a { background-color: rgb(186,84,244); }

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

border-color css

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

 span { border-color: rgb(186,84,244); }

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