Html Css Color HEX #BC47CC Medium Orchid

📋 copy color: '#BC47CC'

red 188 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #BC47CC

Tints of Medium Orchid #BC47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 40.6%
G = 15.33%
B = 44.06%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC47CC (or 0xBC47CC) is known color: Medium Orchid. HEX triplet: BC, 47 and CC. RGB value is (188,71,204). Sum of RGB (Red+Green+Blue) = 188+71+204=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47CC is #43B833. Grayscale: #787878. Windows color (decimal): -4438068 or 13387708. OLE color: 13387708.

HSL color Cylindrical-coordinate representation of color #BC47CC: hue angle of 292.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC47CC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 71 204 -
CMYK 0.08 0.65 0 0.2
HSL 292.78º 0.57% 0.54% -
HSV(B) 292.78º 0.65% 0.8% -
XYZ 33.89 19.56 59.12 -
YUV 121.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 188 71 204 0.08 0.65 0 0.2 292.78 0.57 0.54
Hex BC 47 CC 8 41 0 14 125 39 36
Octal 274 107 314 10 101 0 24 445 71 66
Binary 10111100 1000111 11001100 1000 1000001 0 10100 100100101 111001 110110

Color Harmonies of #BC47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47CC

Black with #BC47CC

Text Example


Text Example

White with #BC47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47CC; }

 p { color: rgb(188,71,204); }

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

background-color css

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

 a { background-color: rgb(188,71,204); }

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

border-color css

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

 span { border-color: rgb(188,71,204); }

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