Html Css Color HEX #BC77DC Medium Orchid

📋 copy color: '#BC77DC'

red 188 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #BC77DC

Tints of Medium Orchid #BC77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 35.67%
G = 22.58%
B = 41.75%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC77DC (or 0xBC77DC) is known color: Medium Orchid. HEX triplet: BC, 77 and DC. RGB value is (188,119,220). Sum of RGB (Red+Green+Blue) = 188+119+220=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DC is #438823. Grayscale: #969696. Windows color (decimal): -4425764 or 14448572. OLE color: 14448572.

HSL color Cylindrical-coordinate representation of color #BC77DC: hue angle of 280.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC77DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 119 220 -
CMYK 0.15 0.46 0 0.14
HSL 280.99º 0.59% 0.66% -
HSV(B) 280.99º 0.46% 0.86% -
XYZ 40.25 29.05 71.2 -
YUV 151.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 188 119 220 0.15 0.46 0 0.14 280.99 0.59 0.66
Hex BC 77 DC F 2E 0 E 119 3B 42
Octal 274 167 334 17 56 0 16 431 73 102
Binary 10111100 1110111 11011100 1111 101110 0 1110 100011001 111011 1000010

Color Harmonies of #BC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77DC

Black with #BC77DC

Text Example


Text Example

White with #BC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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