Html Css Color HEX #BA48ED Medium Orchid

📋 copy color: '#BA48ED'

red 186 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #BA48ED

Tints of Medium Orchid #BA48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 37.58%
G = 14.55%
B = 47.88%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA48ED (or 0xBA48ED) is known color: Medium Orchid. HEX triplet: BA, 48 and ED. RGB value is (186,72,237). Sum of RGB (Red+Green+Blue) = 186+72+237=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48ED is #45B712. Grayscale: #7C7C7C. Windows color (decimal): -4568851 or 15550650. OLE color: 15550650.

HSL color Cylindrical-coordinate representation of color #BA48ED: hue angle of 281.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA48ED is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 72 237 -
CMYK 0.22 0.70 0 0.07
HSL 281.45º 0.82% 0.61% -
HSV(B) 281.45º 0.7% 0.93% -
XYZ 37.85 21.19 82.22 -
YUV 124.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 186 72 237 0.22 0.70 0 0.07 281.45 0.82 0.61
Hex BA 48 ED 16 46 0 7 119 52 3D
Octal 272 110 355 26 106 0 7 431 122 75
Binary 10111010 1001000 11101101 10110 1000110 0 111 100011001 1010010 111101

Color Harmonies of #BA48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48ED

Black with #BA48ED

Text Example


Text Example

White with #BA48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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