Html Css Color HEX #BA48FC Medium Orchid

📋 copy color: '#BA48FC'

red 186 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #BA48FC

Tints of Medium Orchid #BA48FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 36.47%
G = 14.12%
B = 49.41%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA48FC (or 0xBA48FC) is known color: Medium Orchid. HEX triplet: BA, 48 and FC. RGB value is (186,72,252). Sum of RGB (Red+Green+Blue) = 186+72+252=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FC is #45B703. Grayscale: #7E7E7E. Windows color (decimal): -4568836 or 16533690. OLE color: 16533690.

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

Color convert

RGB 186 72 252 -
CMYK 0.26 0.71 0 0.01
HSL 278º 0.97% 0.64% -
HSV(B) 278º 0.71% 0.99% -
XYZ 40.14 22.1 94.25 -
YUV 126.61 198.77 170.36 -
System Red Green Blue C M Y K H S L
Decimal 186 72 252 0.26 0.71 0 0.01 278 0.97 0.64
Hex BA 48 FC 1A 47 0 1 116 61 40
Octal 272 110 374 32 107 0 1 426 141 100
Binary 10111010 1001000 11111100 11010 1000111 0 1 100010110 1100001 1000000

Color Harmonies of #BA48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48FC

Black with #BA48FC

Text Example


Text Example

White with #BA48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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