Html Css Color HEX #BA36D7 Medium Orchid

📋 copy color: '#BA36D7'

red 186 ◦ green 54 ◦ blue 215

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

Shades of Medium Orchid #BA36D7

Tints of Medium Orchid #BA36D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 40.88%
G = 11.87%
B = 47.25%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA36D7 (or 0xBA36D7) is known color: Medium Orchid. HEX triplet: BA, 36 and D7. RGB value is (186,54,215). Sum of RGB (Red+Green+Blue) = 186+54+215=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA36D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36D7 is #45C928. Grayscale: #6F6F6F. Windows color (decimal): -4573481 or 14104250. OLE color: 14104250.

HSL color Cylindrical-coordinate representation of color #BA36D7: hue angle of 289.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA36D7 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 54 215 -
CMYK 0.13 0.75 0 0.16
HSL 289.19º 0.67% 0.53% -
HSV(B) 289.19º 0.75% 0.84% -
XYZ 33.83 17.98 65.98 -
YUV 111.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 186 54 215 0.13 0.75 0 0.16 289.19 0.67 0.53
Hex BA 36 D7 D 4B 0 10 121 43 35
Octal 272 66 327 15 113 0 20 441 103 65
Binary 10111010 110110 11010111 1101 1001011 0 10000 100100001 1000011 110101

Color Harmonies of #BA36D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36D7

Black with #BA36D7

Text Example


Text Example

White with #BA36D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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