Html Css Color HEX #BA36CB Medium Orchid

📋 copy color: '#BA36CB'

red 186 ◦ green 54 ◦ blue 203

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

Shades of Medium Orchid #BA36CB

Tints of Medium Orchid #BA36CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 41.99%
G = 12.19%
B = 45.82%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA36CB (or 0xBA36CB) is known color: Medium Orchid. HEX triplet: BA, 36 and CB. RGB value is (186,54,203). Sum of RGB (Red+Green+Blue) = 186+54+203=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36CB is #45C934. Grayscale: #6D6D6D. Windows color (decimal): -4573493 or 13317818. OLE color: 13317818.

HSL color Cylindrical-coordinate representation of color #BA36CB: hue angle of 293.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA36CB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 54 203 -
CMYK 0.08 0.73 0 0.20
HSL 293.15º 0.59% 0.5% -
HSV(B) 293.15º 0.73% 0.8% -
XYZ 32.35 17.39 58.15 -
YUV 110.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 186 54 203 0.08 0.73 0 0.20 293.15 0.59 0.5
Hex BA 36 CB 8 49 0 14 125 3B 32
Octal 272 66 313 10 111 0 24 445 73 62
Binary 10111010 110110 11001011 1000 1001001 0 10100 100100101 111011 110010

Color Harmonies of #BA36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36CB

Black with #BA36CB

Text Example


Text Example

White with #BA36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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