Html Css Color HEX #BC77DD Medium Orchid

📋 copy color: '#BC77DD'

red 188 ◦ green 119 ◦ blue 221

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

Shades of Medium Orchid #BC77DD

Tints of Medium Orchid #BC77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 35.61%
G = 22.54%
B = 41.86%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC77DD (or 0xBC77DD) is known color: Medium Orchid. HEX triplet: BC, 77 and DD. RGB value is (188,119,221). Sum of RGB (Red+Green+Blue) = 188+119+221=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DD is #438822. Grayscale: #969696. Windows color (decimal): -4425763 or 14514108. OLE color: 14514108.

HSL color Cylindrical-coordinate representation of color #BC77DD: hue angle of 280.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC77DD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 119 221 -
CMYK 0.15 0.46 0 0.13
HSL 280.59º 0.6% 0.67% -
HSV(B) 280.59º 0.46% 0.87% -
XYZ 40.39 29.11 71.9 -
YUV 151.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 188 119 221 0.15 0.46 0 0.13 280.59 0.6 0.67
Hex BC 77 DD F 2E 0 D 119 3C 43
Octal 274 167 335 17 56 0 15 431 74 103
Binary 10111100 1110111 11011101 1111 101110 0 1101 100011001 111100 1000011

Color Harmonies of #BC77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77DD

Black with #BC77DD

Text Example


Text Example

White with #BC77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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