Html Css Color HEX #BA48CC Medium Orchid

📋 copy color: '#BA48CC'

red 186 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #BA48CC

Tints of Medium Orchid #BA48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 40.26%
G = 15.58%
B = 44.16%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA48CC (or 0xBA48CC) is known color: Medium Orchid. HEX triplet: BA, 48 and CC. RGB value is (186,72,204). Sum of RGB (Red+Green+Blue) = 186+72+204=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48CC is #45B733. Grayscale: #787878. Windows color (decimal): -4568884 or 13387962. OLE color: 13387962.

HSL color Cylindrical-coordinate representation of color #BA48CC: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA48CC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 72 204 -
CMYK 0.09 0.65 0 0.2
HSL 291.82º 0.56% 0.54% -
HSV(B) 291.82º 0.65% 0.8% -
XYZ 33.47 19.43 59.11 -
YUV 121.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 186 72 204 0.09 0.65 0 0.2 291.82 0.56 0.54
Hex BA 48 CC 9 41 0 14 124 38 36
Octal 272 110 314 11 101 0 24 444 70 66
Binary 10111010 1001000 11001100 1001 1000001 0 10100 100100100 111000 110110

Color Harmonies of #BA48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48CC

Black with #BA48CC

Text Example


Text Example

White with #BA48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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