Html Css Color HEX #BA54FB Medium Orchid

📋 copy color: '#BA54FB'

red 186 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #BA54FB

Tints of Medium Orchid #BA54FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 35.7%
G = 16.12%
B = 48.18%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA54FB (or 0xBA54FB) is known color: Medium Orchid. HEX triplet: BA, 54 and FB. RGB value is (186,84,251). Sum of RGB (Red+Green+Blue) = 186+84+251=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA54FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54FB is #45AB04. Grayscale: #848484. Windows color (decimal): -4565765 or 16471226. OLE color: 16471226.

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

Color convert

RGB 186 84 251 -
CMYK 0.26 0.67 0 0.02
HSL 276.65º 0.95% 0.66% -
HSV(B) 276.65º 0.67% 0.98% -
XYZ 40.83 23.74 93.7 -
YUV 133.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 186 84 251 0.26 0.67 0 0.02 276.65 0.95 0.66
Hex BA 54 FB 1A 43 0 2 115 5F 42
Octal 272 124 373 32 103 0 2 425 137 102
Binary 10111010 1010100 11111011 11010 1000011 0 10 100010101 1011111 1000010

Color Harmonies of #BA54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54FB

Black with #BA54FB

Text Example


Text Example

White with #BA54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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