Html Css Color HEX #BA56CB Medium Orchid

📋 copy color: '#BA56CB'

red 186 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #BA56CB

Tints of Medium Orchid #BA56CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 39.16%
G = 18.11%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA56CB (or 0xBA56CB) is known color: Medium Orchid. HEX triplet: BA, 56 and CB. RGB value is (186,86,203). Sum of RGB (Red+Green+Blue) = 186+86+203=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA56CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56CB is #45A934. Grayscale: #808080. Windows color (decimal): -4565301 or 13326010. OLE color: 13326010.

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

Color convert

RGB 186 86 203 -
CMYK 0.08 0.58 0 0.20
HSL 291.28º 0.53% 0.57% -
HSV(B) 291.28º 0.58% 0.8% -
XYZ 34.36 21.41 58.82 -
YUV 129.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 186 86 203 0.08 0.58 0 0.20 291.28 0.53 0.57
Hex BA 56 CB 8 3A 0 14 123 35 39
Octal 272 126 313 10 72 0 24 443 65 71
Binary 10111010 1010110 11001011 1000 111010 0 10100 100100011 110101 111001

Color Harmonies of #BA56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56CB

Black with #BA56CB

Text Example


Text Example

White with #BA56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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