Html Css Color HEX #BA48EE Medium Orchid

📋 copy color: '#BA48EE'

red 186 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #BA48EE

Tints of Medium Orchid #BA48EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 37.5%
G = 14.52%
B = 47.98%

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

#BA48EE (or 0xBA48EE) is known color: Medium Orchid. HEX triplet: BA, 48 and EE. RGB value is (186,72,238). Sum of RGB (Red+Green+Blue) = 186+72+238=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48EE is #45B711. Grayscale: #7C7C7C. Windows color (decimal): -4568850 or 15616186. OLE color: 15616186.

HSL color Cylindrical-coordinate representation of color #BA48EE: hue angle of 281.2º degrees, saturation: 0.83, 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 #BA48EE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 72 238 -
CMYK 0.22 0.70 0 0.07
HSL 281.2º 0.83% 0.61% -
HSV(B) 281.2º 0.7% 0.93% -
XYZ 38 21.25 82.99 -
YUV 125.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 186 72 238 0.22 0.70 0 0.07 281.2 0.83 0.61
Hex BA 48 EE 16 46 0 7 119 53 3D
Octal 272 110 356 26 106 0 7 431 123 75
Binary 10111010 1001000 11101110 10110 1000110 0 111 100011001 1010011 111101

Color Harmonies of #BA48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48EE

Black with #BA48EE

Text Example


Text Example

White with #BA48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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