Html Css Color HEX #BA49EE Medium Orchid

📋 copy color: '#BA49EE'

red 186 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #BA49EE

Tints of Medium Orchid #BA49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.69%

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

R = 37.42%
G = 14.69%
B = 47.89%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA49EE (or 0xBA49EE) is known color: Medium Orchid. HEX triplet: BA, 49 and EE. RGB value is (186,73,238). Sum of RGB (Red+Green+Blue) = 186+73+238=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49EE is #45B611. Grayscale: #7D7D7D. Windows color (decimal): -4568594 or 15616442. OLE color: 15616442.

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

Color convert

RGB 186 73 238 -
CMYK 0.22 0.69 0 0.07
HSL 281.09º 0.83% 0.61% -
HSV(B) 281.09º 0.69% 0.93% -
XYZ 38.06 21.38 83.01 -
YUV 125.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 186 73 238 0.22 0.69 0 0.07 281.09 0.83 0.61
Hex BA 49 EE 16 45 0 7 119 53 3D
Octal 272 111 356 26 105 0 7 431 123 75
Binary 10111010 1001001 11101110 10110 1000101 0 111 100011001 1010011 111101

Color Harmonies of #BA49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49EE

Black with #BA49EE

Text Example


Text Example

White with #BA49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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