Html Css Color HEX #BA49EB Medium Orchid

📋 copy color: '#BA49EB'

red 186 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #BA49EB

Tints of Medium Orchid #BA49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 37.65%
G = 14.78%
B = 47.57%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA49EB (or 0xBA49EB) is known color: Medium Orchid. HEX triplet: BA, 49 and EB. RGB value is (186,73,235). Sum of RGB (Red+Green+Blue) = 186+73+235=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49EB is #45B614. Grayscale: #7C7C7C. Windows color (decimal): -4568597 or 15419834. OLE color: 15419834.

HSL color Cylindrical-coordinate representation of color #BA49EB: hue angle of 281.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA49EB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 73 235 -
CMYK 0.21 0.69 0 0.08
HSL 281.85º 0.8% 0.6% -
HSV(B) 281.85º 0.69% 0.92% -
XYZ 37.63 21.2 80.71 -
YUV 125.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 186 73 235 0.21 0.69 0 0.08 281.85 0.8 0.6
Hex BA 49 EB 15 45 0 8 11A 50 3C
Octal 272 111 353 25 105 0 10 432 120 74
Binary 10111010 1001001 11101011 10101 1000101 0 1000 100011010 1010000 111100

Color Harmonies of #BA49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49EB

Black with #BA49EB

Text Example


Text Example

White with #BA49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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