Html Css Color HEX #BC77CE Medium Orchid

📋 copy color: '#BC77CE'

red 188 ◦ green 119 ◦ blue 206

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

Shades of Medium Orchid #BC77CE

Tints of Medium Orchid #BC77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 36.65%
G = 23.2%
B = 40.16%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC77CE (or 0xBC77CE) is known color: Medium Orchid. HEX triplet: BC, 77 and CE. RGB value is (188,119,206). Sum of RGB (Red+Green+Blue) = 188+119+206=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77CE is #438831. Grayscale: #959595. Windows color (decimal): -4425778 or 13531068. OLE color: 13531068.

HSL color Cylindrical-coordinate representation of color #BC77CE: hue angle of 287.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC77CE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 119 206 -
CMYK 0.09 0.42 0 0.19
HSL 287.59º 0.47% 0.64% -
HSV(B) 287.59º 0.42% 0.81% -
XYZ 38.48 28.34 61.84 -
YUV 149.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 188 119 206 0.09 0.42 0 0.19 287.59 0.47 0.64
Hex BC 77 CE 9 2A 0 13 120 2F 40
Octal 274 167 316 11 52 0 23 440 57 100
Binary 10111100 1110111 11001110 1001 101010 0 10011 100100000 101111 1000000

Color Harmonies of #BC77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77CE

Black with #BC77CE

Text Example


Text Example

White with #BC77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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