Html Css Color HEX #BA48DA Medium Orchid

📋 copy color: '#BA48DA'

red 186 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #BA48DA

Tints of Medium Orchid #BA48DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 39.08%
G = 15.13%
B = 45.8%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA48DA (or 0xBA48DA) is known color: Medium Orchid. HEX triplet: BA, 48 and DA. RGB value is (186,72,218). Sum of RGB (Red+Green+Blue) = 186+72+218=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA48DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DA is #45B725. Grayscale: #7A7A7A. Windows color (decimal): -4568870 or 14305466. OLE color: 14305466.

HSL color Cylindrical-coordinate representation of color #BA48DA: hue angle of 286.85º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA48DA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 72 218 -
CMYK 0.15 0.67 0 0.15
HSL 286.85º 0.66% 0.57% -
HSV(B) 286.85º 0.67% 0.85% -
XYZ 35.22 20.14 68.36 -
YUV 122.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 186 72 218 0.15 0.67 0 0.15 286.85 0.66 0.57
Hex BA 48 DA F 43 0 F 11F 42 39
Octal 272 110 332 17 103 0 17 437 102 71
Binary 10111010 1001000 11011010 1111 1000011 0 1111 100011111 1000010 111001

Color Harmonies of #BA48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48DA

Black with #BA48DA

Text Example


Text Example

White with #BA48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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