Html Css Color HEX #BA56CC Medium Orchid

📋 copy color: '#BA56CC'

red 186 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #BA56CC

Tints of Medium Orchid #BA56CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 39.08%
G = 18.07%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA56CC (or 0xBA56CC) is known color: Medium Orchid. HEX triplet: BA, 56 and CC. RGB value is (186,86,204). Sum of RGB (Red+Green+Blue) = 186+86+204=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA56CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56CC is #45A933. Grayscale: #808080. Windows color (decimal): -4565300 or 13391546. OLE color: 13391546.

HSL color Cylindrical-coordinate representation of color #BA56CC: hue angle of 290.85º degrees, saturation: 0.54, 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 #BA56CC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 86 204 -
CMYK 0.09 0.58 0 0.2
HSL 290.85º 0.54% 0.57% -
HSV(B) 290.85º 0.58% 0.8% -
XYZ 34.48 21.45 59.45 -
YUV 129.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 186 86 204 0.09 0.58 0 0.2 290.85 0.54 0.57
Hex BA 56 CC 9 3A 0 14 123 36 39
Octal 272 126 314 11 72 0 24 443 66 71
Binary 10111010 1010110 11001100 1001 111010 0 10100 100100011 110110 111001

Color Harmonies of #BA56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56CC

Black with #BA56CC

Text Example


Text Example

White with #BA56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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