Html Css Color HEX #BA36FB Medium Orchid

📋 copy color: '#BA36FB'

red 186 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #BA36FB

Tints of Medium Orchid #BA36FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 37.88%
G = 11%
B = 51.12%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA36FB (or 0xBA36FB) is known color: Medium Orchid. HEX triplet: BA, 36 and FB. RGB value is (186,54,251). Sum of RGB (Red+Green+Blue) = 186+54+251=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36FB is #45C904. Grayscale: #737373. Windows color (decimal): -4573445 or 16463546. OLE color: 16463546.

HSL color Cylindrical-coordinate representation of color #BA36FB: hue angle of 280.2º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA36FB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 54 251 -
CMYK 0.26 0.78 0 0.02
HSL 280.2º 0.96% 0.6% -
HSV(B) 280.2º 0.78% 0.98% -
XYZ 38.98 20.04 93.08 -
YUV 115.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 186 54 251 0.26 0.78 0 0.02 280.2 0.96 0.6
Hex BA 36 FB 1A 4E 0 2 118 60 3C
Octal 272 66 373 32 116 0 2 430 140 74
Binary 10111010 110110 11111011 11010 1001110 0 10 100011000 1100000 111100

Color Harmonies of #BA36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36FB

Black with #BA36FB

Text Example


Text Example

White with #BA36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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