Html Css Color HEX #BA36F1 Medium Orchid

📋 copy color: '#BA36F1'

red 186 ◦ green 54 ◦ blue 241

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

Shades of Medium Orchid #BA36F1

Tints of Medium Orchid #BA36F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 38.67%
G = 11.23%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA36F1 (or 0xBA36F1) is known color: Medium Orchid. HEX triplet: BA, 36 and F1. RGB value is (186,54,241). Sum of RGB (Red+Green+Blue) = 186+54+241=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36F1 is #45C90E. Grayscale: #727272. Windows color (decimal): -4573455 or 15808186. OLE color: 15808186.

HSL color Cylindrical-coordinate representation of color #BA36F1: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA36F1 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 54 241 -
CMYK 0.23 0.78 0 0.05
HSL 282.35º 0.87% 0.58% -
HSV(B) 282.35º 0.78% 0.95% -
XYZ 37.45 19.43 85 -
YUV 114.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 186 54 241 0.23 0.78 0 0.05 282.35 0.87 0.58
Hex BA 36 F1 17 4E 0 5 11A 57 3A
Octal 272 66 361 27 116 0 5 432 127 72
Binary 10111010 110110 11110001 10111 1001110 0 101 100011010 1010111 111010

Color Harmonies of #BA36F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36F1

Black with #BA36F1

Text Example


Text Example

White with #BA36F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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