Html Css Color HEX #BA48FF Medium Orchid

📋 copy color: '#BA48FF'

red 186 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #BA48FF

Tints of Medium Orchid #BA48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.04%

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

R = 36.26%
G = 14.04%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA48FF (or 0xBA48FF) is known color: Medium Orchid. HEX triplet: BA, 48 and FF. RGB value is (186,72,255). Sum of RGB (Red+Green+Blue) = 186+72+255=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FF is #45B700. Grayscale: #7E7E7E. Windows color (decimal): -4568833 or 16730298. OLE color: 16730298.

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

Color convert

RGB 186 72 255 -
CMYK 0.27 0.72 0 0
HSL 277.38º 1% 0.64% -
HSV(B) 277.38º 0.72% 1% -
XYZ 40.62 22.29 96.77 -
YUV 126.95 200.27 170.12 -
System Red Green Blue C M Y K H S L
Decimal 186 72 255 0.27 0.72 0 0 277.38 1 0.64
Hex BA 48 FF 1B 48 0 0 115 64 40
Octal 272 110 377 33 110 0 0 425 144 100
Binary 10111010 1001000 11111111 11011 1001000 0 0 100010101 1100100 1000000

Color Harmonies of #BA48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48FF

Black with #BA48FF

Text Example


Text Example

White with #BA48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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