Html Css Color HEX #BA36F2 Medium Orchid

📋 copy color: '#BA36F2'

red 186 ◦ green 54 ◦ blue 242

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

Shades of Medium Orchid #BA36F2

Tints of Medium Orchid #BA36F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 38.59%
G = 11.2%
B = 50.21%

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

#BA36F2 (or 0xBA36F2) is known color: Medium Orchid. HEX triplet: BA, 36 and F2. RGB value is (186,54,242). Sum of RGB (Red+Green+Blue) = 186+54+242=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA36F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36F2 is #45C90D. Grayscale: #727272. Windows color (decimal): -4573454 or 15873722. OLE color: 15873722.

HSL color Cylindrical-coordinate representation of color #BA36F2: hue angle of 282.13º degrees, saturation: 0.88, 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 #BA36F2 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 54 242 -
CMYK 0.23 0.78 0 0.05
HSL 282.13º 0.88% 0.58% -
HSV(B) 282.13º 0.78% 0.95% -
XYZ 37.6 19.49 85.78 -
YUV 114.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 186 54 242 0.23 0.78 0 0.05 282.13 0.88 0.58
Hex BA 36 F2 17 4E 0 5 11A 58 3A
Octal 272 66 362 27 116 0 5 432 130 72
Binary 10111010 110110 11110010 10111 1001110 0 101 100011010 1011000 111010

Color Harmonies of #BA36F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36F2

Black with #BA36F2

Text Example


Text Example

White with #BA36F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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