Html Css Color HEX #BA41EB Medium Orchid

📋 copy color: '#BA41EB'

red 186 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #BA41EB

Tints of Medium Orchid #BA41EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

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

R = 38.27%
G = 13.37%
B = 48.35%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA41EB (or 0xBA41EB) is known color: Medium Orchid. HEX triplet: BA, 41 and EB. RGB value is (186,65,235). Sum of RGB (Red+Green+Blue) = 186+65+235=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA41EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EB is #45BE14. Grayscale: #787878. Windows color (decimal): -4570645 or 15417786. OLE color: 15417786.

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

Color convert

RGB 186 65 235 -
CMYK 0.21 0.72 0 0.08
HSL 282.71º 0.81% 0.59% -
HSV(B) 282.71º 0.72% 0.92% -
XYZ 37.14 20.22 80.54 -
YUV 120.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 186 65 235 0.21 0.72 0 0.08 282.71 0.81 0.59
Hex BA 41 EB 15 48 0 8 11B 51 3B
Octal 272 101 353 25 110 0 10 433 121 73
Binary 10111010 1000001 11101011 10101 1001000 0 1000 100011011 1010001 111011

Color Harmonies of #BA41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41EB

Black with #BA41EB

Text Example


Text Example

White with #BA41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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