Html Css Color HEX #BC77D5 Medium Orchid

📋 copy color: '#BC77D5'

red 188 ◦ green 119 ◦ blue 213

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

Shades of Medium Orchid #BC77D5

Tints of Medium Orchid #BC77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 36.15%
G = 22.88%
B = 40.96%

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

#BC77D5 (or 0xBC77D5) is known color: Medium Orchid. HEX triplet: BC, 77 and D5. RGB value is (188,119,213). Sum of RGB (Red+Green+Blue) = 188+119+213=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77D5 is #43882A. Grayscale: #969696. Windows color (decimal): -4425771 or 13989820. OLE color: 13989820.

HSL color Cylindrical-coordinate representation of color #BC77D5: hue angle of 284.04º degrees, saturation: 0.53, 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 #BC77D5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 119 213 -
CMYK 0.12 0.44 0 0.16
HSL 284.04º 0.53% 0.65% -
HSV(B) 284.04º 0.44% 0.84% -
XYZ 39.35 28.69 66.41 -
YUV 150.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 188 119 213 0.12 0.44 0 0.16 284.04 0.53 0.65
Hex BC 77 D5 C 2C 0 10 11C 35 41
Octal 274 167 325 14 54 0 20 434 65 101
Binary 10111100 1110111 11010101 1100 101100 0 10000 100011100 110101 1000001

Color Harmonies of #BC77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77D5

Black with #BC77D5

Text Example


Text Example

White with #BC77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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