Html Css Color HEX #BA48CB Medium Orchid

📋 copy color: '#BA48CB'

red 186 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #BA48CB

Tints of Medium Orchid #BA48CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 40.35%
G = 15.62%
B = 44.03%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA48CB (or 0xBA48CB) is known color: Medium Orchid. HEX triplet: BA, 48 and CB. RGB value is (186,72,203). Sum of RGB (Red+Green+Blue) = 186+72+203=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48CB is #45B734. Grayscale: #787878. Windows color (decimal): -4568885 or 13322426. OLE color: 13322426.

HSL color Cylindrical-coordinate representation of color #BA48CB: hue angle of 292.21º 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 #BA48CB is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 72 203 -
CMYK 0.08 0.65 0 0.20
HSL 292.21º 0.56% 0.54% -
HSV(B) 292.21º 0.65% 0.8% -
XYZ 33.35 19.39 58.48 -
YUV 121.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 186 72 203 0.08 0.65 0 0.20 292.21 0.56 0.54
Hex BA 48 CB 8 41 0 14 124 38 36
Octal 272 110 313 10 101 0 24 444 70 66
Binary 10111010 1001000 11001011 1000 1000001 0 10100 100100100 111000 110110

Color Harmonies of #BA48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48CB

Black with #BA48CB

Text Example


Text Example

White with #BA48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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