Html Css Color HEX #BC76CD Medium Orchid

📋 copy color: '#BC76CD'

red 188 ◦ green 118 ◦ blue 205

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

Shades of Medium Orchid #BC76CD

Tints of Medium Orchid #BC76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 36.79%
G = 23.09%
B = 40.12%

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

#BC76CD (or 0xBC76CD) is known color: Medium Orchid. HEX triplet: BC, 76 and CD. RGB value is (188,118,205). Sum of RGB (Red+Green+Blue) = 188+118+205=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CD is #438932. Grayscale: #949494. Windows color (decimal): -4426035 or 13465276. OLE color: 13465276.

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

Color convert

RGB 188 118 205 -
CMYK 0.08 0.42 0 0.20
HSL 288.28º 0.47% 0.63% -
HSV(B) 288.28º 0.42% 0.8% -
XYZ 38.24 28.06 61.16 -
YUV 148.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 188 118 205 0.08 0.42 0 0.20 288.28 0.47 0.63
Hex BC 76 CD 8 2A 0 14 120 2F 3F
Octal 274 166 315 10 52 0 24 440 57 77
Binary 10111100 1110110 11001101 1000 101010 0 10100 100100000 101111 111111

Color Harmonies of #BC76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76CD

Black with #BC76CD

Text Example


Text Example

White with #BC76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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