Html Css Color HEX #BA36F0 Medium Orchid

📋 copy color: '#BA36F0'

red 186 ◦ green 54 ◦ blue 240

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

Shades of Medium Orchid #BA36F0

Tints of Medium Orchid #BA36F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50%

R = 38.75%
G = 11.25%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA36F0 (or 0xBA36F0) is known color: Medium Orchid. HEX triplet: BA, 36 and F0. RGB value is (186,54,240). Sum of RGB (Red+Green+Blue) = 186+54+240=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA36F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36F0 is #45C90F. Grayscale: #727272. Windows color (decimal): -4573456 or 15742650. OLE color: 15742650.

HSL color Cylindrical-coordinate representation of color #BA36F0: hue angle of 282.58º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36F0 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 54 240 -
CMYK 0.22 0.78 0 0.06
HSL 282.58º 0.86% 0.58% -
HSV(B) 282.58º 0.78% 0.94% -
XYZ 37.3 19.37 84.21 -
YUV 114.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 186 54 240 0.22 0.78 0 0.06 282.58 0.86 0.58
Hex BA 36 F0 16 4E 0 6 11B 56 3A
Octal 272 66 360 26 116 0 6 433 126 72
Binary 10111010 110110 11110000 10110 1001110 0 110 100011011 1010110 111010

Color Harmonies of #BA36F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36F0

Black with #BA36F0

Text Example


Text Example

White with #BA36F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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