Html Css Color HEX #BA48F9 Medium Orchid

📋 copy color: '#BA48F9'

red 186 ◦ green 72 ◦ blue 249

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

Shades of Medium Orchid #BA48F9

Tints of Medium Orchid #BA48F9

RGB

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

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

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

R = 36.69%
G = 14.2%
B = 49.11%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA48F9 (or 0xBA48F9) is known color: Medium Orchid. HEX triplet: BA, 48 and F9. RGB value is (186,72,249). Sum of RGB (Red+Green+Blue) = 186+72+249=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA48F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48F9 is #45B706. Grayscale: #7D7D7D. Windows color (decimal): -4568839 or 16337082. OLE color: 16337082.

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

Color convert

RGB 186 72 249 -
CMYK 0.25 0.71 0 0.02
HSL 278.64º 0.94% 0.63% -
HSV(B) 278.64º 0.71% 0.98% -
XYZ 39.67 21.91 91.76 -
YUV 126.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 186 72 249 0.25 0.71 0 0.02 278.64 0.94 0.63
Hex BA 48 F9 19 47 0 2 117 5E 3F
Octal 272 110 371 31 107 0 2 427 136 77
Binary 10111010 1001000 11111001 11001 1000111 0 10 100010111 1011110 111111

Color Harmonies of #BA48F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48F9

Black with #BA48F9

Text Example


Text Example

White with #BA48F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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