Html Css Color HEX #BA36E4 Medium Orchid

📋 copy color: '#BA36E4'

red 186 ◦ green 54 ◦ blue 228

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

Shades of Medium Orchid #BA36E4

Tints of Medium Orchid #BA36E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 39.74%
G = 11.54%
B = 48.72%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA36E4 (or 0xBA36E4) is known color: Medium Orchid. HEX triplet: BA, 36 and E4. RGB value is (186,54,228). Sum of RGB (Red+Green+Blue) = 186+54+228=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA36E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36E4 is #45C91B. Grayscale: #707070. Windows color (decimal): -4573468 or 14956218. OLE color: 14956218.

HSL color Cylindrical-coordinate representation of color #BA36E4: hue angle of 285.52º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA36E4 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 54 228 -
CMYK 0.18 0.76 0 0.11
HSL 285.52º 0.76% 0.55% -
HSV(B) 285.52º 0.76% 0.89% -
XYZ 35.57 18.68 75.13 -
YUV 113.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 186 54 228 0.18 0.76 0 0.11 285.52 0.76 0.55
Hex BA 36 E4 12 4C 0 B 11E 4C 37
Octal 272 66 344 22 114 0 13 436 114 67
Binary 10111010 110110 11100100 10010 1001100 0 1011 100011110 1001100 110111

Color Harmonies of #BA36E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36E4

Black with #BA36E4

Text Example


Text Example

White with #BA36E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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