Html Css Color HEX #BA48F3 Medium Orchid

📋 copy color: '#BA48F3'

red 186 ◦ green 72 ◦ blue 243

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

Shades of Medium Orchid #BA48F3

Tints of Medium Orchid #BA48F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 37.13%
G = 14.37%
B = 48.5%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA48F3 (or 0xBA48F3) is known color: Medium Orchid. HEX triplet: BA, 48 and F3. RGB value is (186,72,243). Sum of RGB (Red+Green+Blue) = 186+72+243=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA48F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48F3 is #45B70C. Grayscale: #7D7D7D. Windows color (decimal): -4568845 or 15943866. OLE color: 15943866.

HSL color Cylindrical-coordinate representation of color #BA48F3: hue angle of 280º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA48F3 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 72 243 -
CMYK 0.23 0.70 0 0.05
HSL 280º 0.88% 0.62% -
HSV(B) 280º 0.7% 0.95% -
XYZ 38.74 21.54 86.91 -
YUV 125.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 186 72 243 0.23 0.70 0 0.05 280 0.88 0.62
Hex BA 48 F3 17 46 0 5 118 58 3E
Octal 272 110 363 27 106 0 5 430 130 76
Binary 10111010 1001000 11110011 10111 1000110 0 101 100011000 1011000 111110

Color Harmonies of #BA48F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48F3

Black with #BA48F3

Text Example


Text Example

White with #BA48F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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