Html Css Color HEX #BA48CA Medium Orchid

📋 copy color: '#BA48CA'

red 186 ◦ green 72 ◦ blue 202

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

Shades of Medium Orchid #BA48CA

Tints of Medium Orchid #BA48CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 40.43%
G = 15.65%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA48CA (or 0xBA48CA) is known color: Medium Orchid. HEX triplet: BA, 48 and CA. RGB value is (186,72,202). Sum of RGB (Red+Green+Blue) = 186+72+202=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48CA is #45B735. Grayscale: #787878. Windows color (decimal): -4568886 or 13256890. OLE color: 13256890.

HSL color Cylindrical-coordinate representation of color #BA48CA: hue angle of 292.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA48CA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 72 202 -
CMYK 0.08 0.64 0 0.21
HSL 292.62º 0.55% 0.54% -
HSV(B) 292.62º 0.64% 0.79% -
XYZ 33.23 19.34 57.86 -
YUV 120.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 186 72 202 0.08 0.64 0 0.21 292.62 0.55 0.54
Hex BA 48 CA 8 40 0 15 125 37 36
Octal 272 110 312 10 100 0 25 445 67 66
Binary 10111010 1001000 11001010 1000 1000000 0 10101 100100101 110111 110110

Color Harmonies of #BA48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48CA

Black with #BA48CA

Text Example


Text Example

White with #BA48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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