Html Css Color HEX #BA36E1 Medium Orchid

📋 copy color: '#BA36E1'

red 186 ◦ green 54 ◦ blue 225

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

Shades of Medium Orchid #BA36E1

Tints of Medium Orchid #BA36E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.39%

R = 40%
G = 11.61%
B = 48.39%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA36E1 (or 0xBA36E1) is known color: Medium Orchid. HEX triplet: BA, 36 and E1. RGB value is (186,54,225). Sum of RGB (Red+Green+Blue) = 186+54+225=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA36E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36E1 is #45C91E. Grayscale: #707070. Windows color (decimal): -4573471 or 14759610. OLE color: 14759610.

HSL color Cylindrical-coordinate representation of color #BA36E1: hue angle of 286.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA36E1 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 54 225 -
CMYK 0.17 0.76 0 0.12
HSL 286.32º 0.74% 0.55% -
HSV(B) 286.32º 0.76% 0.88% -
XYZ 35.16 18.51 72.95 -
YUV 112.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 186 54 225 0.17 0.76 0 0.12 286.32 0.74 0.55
Hex BA 36 E1 11 4C 0 C 11E 4A 37
Octal 272 66 341 21 114 0 14 436 112 67
Binary 10111010 110110 11100001 10001 1001100 0 1100 100011110 1001010 110111

Color Harmonies of #BA36E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36E1

Black with #BA36E1

Text Example


Text Example

White with #BA36E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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