Html Css Color HEX #BA36FE Medium Orchid

📋 copy color: '#BA36FE'

red 186 ◦ green 54 ◦ blue 254

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

Shades of Medium Orchid #BA36FE

Tints of Medium Orchid #BA36FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 37.65%
G = 10.93%
B = 51.42%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA36FE (or 0xBA36FE) is known color: Medium Orchid. HEX triplet: BA, 36 and FE. RGB value is (186,54,254). Sum of RGB (Red+Green+Blue) = 186+54+254=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36FE is #45C901. Grayscale: #737373. Windows color (decimal): -4573442 or 16660154. OLE color: 16660154.

HSL color Cylindrical-coordinate representation of color #BA36FE: hue angle of 279.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA36FE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 54 254 -
CMYK 0.27 0.79 0 0.00
HSL 279.6º 0.99% 0.6% -
HSV(B) 279.6º 0.79% 1% -
XYZ 39.46 20.23 95.59 -
YUV 116.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 186 54 254 0.27 0.79 0 0.00 279.6 0.99 0.6
Hex BA 36 FE 1B 4F 0 0 118 63 3C
Octal 272 66 376 33 117 0 0 430 143 74
Binary 10111010 110110 11111110 11011 1001111 0 0 100011000 1100011 111100

Color Harmonies of #BA36FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36FE

Black with #BA36FE

Text Example


Text Example

White with #BA36FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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