Html Css Color HEX #BA48FD Medium Orchid

📋 copy color: '#BA48FD'

red 186 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #BA48FD

Tints of Medium Orchid #BA48FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 36.4%
G = 14.09%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA48FD (or 0xBA48FD) is known color: Medium Orchid. HEX triplet: BA, 48 and FD. RGB value is (186,72,253). Sum of RGB (Red+Green+Blue) = 186+72+253=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA48FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FD is #45B702. Grayscale: #7E7E7E. Windows color (decimal): -4568835 or 16599226. OLE color: 16599226.

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

Color convert

RGB 186 72 253 -
CMYK 0.26 0.72 0 0.01
HSL 277.79º 0.98% 0.64% -
HSV(B) 277.79º 0.72% 0.99% -
XYZ 40.3 22.17 95.08 -
YUV 126.72 199.27 170.28 -
System Red Green Blue C M Y K H S L
Decimal 186 72 253 0.26 0.72 0 0.01 277.79 0.98 0.64
Hex BA 48 FD 1A 48 0 1 116 62 40
Octal 272 110 375 32 110 0 1 426 142 100
Binary 10111010 1001000 11111101 11010 1001000 0 1 100010110 1100010 1000000

Color Harmonies of #BA48FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48FD

Black with #BA48FD

Text Example


Text Example

White with #BA48FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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