Html Css Color HEX #BC77CD Medium Orchid

📋 copy color: '#BC77CD'

red 188 ◦ green 119 ◦ blue 205

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

Shades of Medium Orchid #BC77CD

Tints of Medium Orchid #BC77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 36.72%
G = 23.24%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC77CD (or 0xBC77CD) is known color: Medium Orchid. HEX triplet: BC, 77 and CD. RGB value is (188,119,205). Sum of RGB (Red+Green+Blue) = 188+119+205=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77CD is #438832. Grayscale: #959595. Windows color (decimal): -4425779 or 13465532. OLE color: 13465532.

HSL color Cylindrical-coordinate representation of color #BC77CD: hue angle of 288.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC77CD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 119 205 -
CMYK 0.08 0.42 0 0.20
HSL 288.14º 0.46% 0.64% -
HSV(B) 288.14º 0.42% 0.8% -
XYZ 38.36 28.29 61.2 -
YUV 149.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 188 119 205 0.08 0.42 0 0.20 288.14 0.46 0.64
Hex BC 77 CD 8 2A 0 14 120 2E 40
Octal 274 167 315 10 52 0 24 440 56 100
Binary 10111100 1110111 11001101 1000 101010 0 10100 100100000 101110 1000000

Color Harmonies of #BC77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77CD

Black with #BC77CD

Text Example


Text Example

White with #BC77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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