Html Css Color HEX #BA48EB Medium Orchid

📋 copy color: '#BA48EB'

red 186 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #BA48EB

Tints of Medium Orchid #BA48EB

RGB

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

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

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

R = 37.73%
G = 14.6%
B = 47.67%

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

#BA48EB (or 0xBA48EB) is known color: Medium Orchid. HEX triplet: BA, 48 and EB. RGB value is (186,72,235). Sum of RGB (Red+Green+Blue) = 186+72+235=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA48EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48EB is #45B714. Grayscale: #7C7C7C. Windows color (decimal): -4568853 or 15419578. OLE color: 15419578.

HSL color Cylindrical-coordinate representation of color #BA48EB: hue angle of 281.96º 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 #BA48EB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 72 235 -
CMYK 0.21 0.69 0 0.08
HSL 281.96º 0.8% 0.6% -
HSV(B) 281.96º 0.69% 0.92% -
XYZ 37.56 21.07 80.68 -
YUV 124.67 190.27 171.75 -
System Red Green Blue C M Y K H S L
Decimal 186 72 235 0.21 0.69 0 0.08 281.96 0.8 0.6
Hex BA 48 EB 15 45 0 8 11A 50 3C
Octal 272 110 353 25 105 0 10 432 120 74
Binary 10111010 1001000 11101011 10101 1000101 0 1000 100011010 1010000 111100

Color Harmonies of #BA48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48EB

Black with #BA48EB

Text Example


Text Example

White with #BA48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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