Html Css Color HEX #BC77D6 Medium Orchid

📋 copy color: '#BC77D6'

red 188 ◦ green 119 ◦ blue 214

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

Shades of Medium Orchid #BC77D6

Tints of Medium Orchid #BC77D6

RGB

 RED value IS 188 (73.83% from 255) = 36.08%

 GREEN value IS 119 (46.88% from 255) = 22.84%

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 36.08%
G = 22.84%
B = 41.07%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC77D6 (or 0xBC77D6) is known color: Medium Orchid. HEX triplet: BC, 77 and D6. RGB value is (188,119,214). Sum of RGB (Red+Green+Blue) = 188+119+214=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77D6 is #438829. Grayscale: #969696. Windows color (decimal): -4425770 or 14055356. OLE color: 14055356.

HSL color Cylindrical-coordinate representation of color #BC77D6: hue angle of 283.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC77D6 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 119 214 -
CMYK 0.12 0.44 0 0.16
HSL 283.58º 0.54% 0.65% -
HSV(B) 283.58º 0.44% 0.84% -
XYZ 39.47 28.74 67.09 -
YUV 150.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 188 119 214 0.12 0.44 0 0.16 283.58 0.54 0.65
Hex BC 77 D6 C 2C 0 10 11C 36 41
Octal 274 167 326 14 54 0 20 434 66 101
Binary 10111100 1110111 11010110 1100 101100 0 10000 100011100 110110 1000001

Color Harmonies of #BC77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77D6

Black with #BC77D6

Text Example


Text Example

White with #BC77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77D6; }

 p { color: rgb(188,119,214); }

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

background-color css

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

 a { background-color: rgb(188,119,214); }

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

border-color css

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

 span { border-color: rgb(188,119,214); }

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