Html Css Color HEX #BA48DE Medium Orchid

📋 copy color: '#BA48DE'

red 186 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #BA48DE

Tints of Medium Orchid #BA48DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 38.75%
G = 15%
B = 46.25%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA48DE (or 0xBA48DE) is known color: Medium Orchid. HEX triplet: BA, 48 and DE. RGB value is (186,72,222). Sum of RGB (Red+Green+Blue) = 186+72+222=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DE is #45B721. Grayscale: #7A7A7A. Windows color (decimal): -4568866 or 14567610. OLE color: 14567610.

HSL color Cylindrical-coordinate representation of color #BA48DE: hue angle of 285.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA48DE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 72 222 -
CMYK 0.16 0.68 0 0.13
HSL 285.6º 0.69% 0.58% -
HSV(B) 285.6º 0.68% 0.87% -
XYZ 35.75 20.35 71.15 -
YUV 123.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 186 72 222 0.16 0.68 0 0.13 285.6 0.69 0.58
Hex BA 48 DE 10 44 0 D 11E 45 3A
Octal 272 110 336 20 104 0 15 436 105 72
Binary 10111010 1001000 11011110 10000 1000100 0 1101 100011110 1000101 111010

Color Harmonies of #BA48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48DE

Black with #BA48DE

Text Example


Text Example

White with #BA48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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