Html Css Color HEX #BA36E6 Medium Orchid

📋 copy color: '#BA36E6'

red 186 ◦ green 54 ◦ blue 230

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

Shades of Medium Orchid #BA36E6

Tints of Medium Orchid #BA36E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 39.57%
G = 11.49%
B = 48.94%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA36E6 (or 0xBA36E6) is known color: Medium Orchid. HEX triplet: BA, 36 and E6. RGB value is (186,54,230). Sum of RGB (Red+Green+Blue) = 186+54+230=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36E6 is #45C919. Grayscale: #707070. Windows color (decimal): -4573466 or 15087290. OLE color: 15087290.

HSL color Cylindrical-coordinate representation of color #BA36E6: hue angle of 285º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36E6 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 54 230 -
CMYK 0.19 0.77 0 0.10
HSL 285º 0.78% 0.56% -
HSV(B) 285º 0.77% 0.9% -
XYZ 35.85 18.79 76.6 -
YUV 113.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 186 54 230 0.19 0.77 0 0.10 285 0.78 0.56
Hex BA 36 E6 13 4D 0 A 11D 4E 38
Octal 272 66 346 23 115 0 12 435 116 70
Binary 10111010 110110 11100110 10011 1001101 0 1010 100011101 1001110 111000

Color Harmonies of #BA36E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36E6

Black with #BA36E6

Text Example


Text Example

White with #BA36E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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