Html Css Color HEX #BA36EB Medium Orchid

📋 copy color: '#BA36EB'

red 186 ◦ green 54 ◦ blue 235

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

Shades of Medium Orchid #BA36EB

Tints of Medium Orchid #BA36EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.37%

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

R = 39.16%
G = 11.37%
B = 49.47%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA36EB (or 0xBA36EB) is known color: Medium Orchid. HEX triplet: BA, 36 and EB. RGB value is (186,54,235). Sum of RGB (Red+Green+Blue) = 186+54+235=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36EB is #45C914. Grayscale: #717171. Windows color (decimal): -4573461 or 15414970. OLE color: 15414970.

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

Color convert

RGB 186 54 235 -
CMYK 0.21 0.77 0 0.08
HSL 283.76º 0.82% 0.57% -
HSV(B) 283.76º 0.77% 0.92% -
XYZ 36.56 19.08 80.35 -
YUV 114.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 186 54 235 0.21 0.77 0 0.08 283.76 0.82 0.57
Hex BA 36 EB 15 4D 0 8 11C 52 39
Octal 272 66 353 25 115 0 10 434 122 71
Binary 10111010 110110 11101011 10101 1001101 0 1000 100011100 1010010 111001

Color Harmonies of #BA36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36EB

Black with #BA36EB

Text Example


Text Example

White with #BA36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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