Html Css Color HEX #BA36F6 Medium Orchid

📋 copy color: '#BA36F6'

red 186 ◦ green 54 ◦ blue 246

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

Shades of Medium Orchid #BA36F6

Tints of Medium Orchid #BA36F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 38.27%
G = 11.11%
B = 50.62%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA36F6 (or 0xBA36F6) is known color: Medium Orchid. HEX triplet: BA, 36 and F6. RGB value is (186,54,246). Sum of RGB (Red+Green+Blue) = 186+54+246=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA36F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36F6 is #45C909. Grayscale: #727272. Windows color (decimal): -4573450 or 16135866. OLE color: 16135866.

HSL color Cylindrical-coordinate representation of color #BA36F6: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA36F6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 54 246 -
CMYK 0.24 0.78 0 0.04
HSL 281.25º 0.91% 0.59% -
HSV(B) 281.25º 0.78% 0.96% -
XYZ 38.2 19.73 88.98 -
YUV 115.36 201.73 178.39 -
System Red Green Blue C M Y K H S L
Decimal 186 54 246 0.24 0.78 0 0.04 281.25 0.91 0.59
Hex BA 36 F6 18 4E 0 4 119 5B 3B
Octal 272 66 366 30 116 0 4 431 133 73
Binary 10111010 110110 11110110 11000 1001110 0 100 100011001 1011011 111011

Color Harmonies of #BA36F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36F6

Black with #BA36F6

Text Example


Text Example

White with #BA36F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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