Html Css Color HEX #BC49CE Medium Orchid

📋 copy color: '#BC49CE'

red 188 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #BC49CE

Tints of Medium Orchid #BC49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

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

R = 40.26%
G = 15.63%
B = 44.11%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC49CE (or 0xBC49CE) is known color: Medium Orchid. HEX triplet: BC, 49 and CE. RGB value is (188,73,206). Sum of RGB (Red+Green+Blue) = 188+73+206=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CE is #43B631. Grayscale: #7A7A7A. Windows color (decimal): -4437554 or 13519292. OLE color: 13519292.

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

Color convert

RGB 188 73 206 -
CMYK 0.09 0.65 0 0.19
HSL 291.88º 0.58% 0.55% -
HSV(B) 291.88º 0.65% 0.81% -
XYZ 34.26 19.91 60.43 -
YUV 122.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 188 73 206 0.09 0.65 0 0.19 291.88 0.58 0.55
Hex BC 49 CE 9 41 0 13 124 3A 37
Octal 274 111 316 11 101 0 23 444 72 67
Binary 10111100 1001001 11001110 1001 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BC49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49CE

Black with #BC49CE

Text Example


Text Example

White with #BC49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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