Html Css Color HEX #BC49CC Medium Orchid

📋 copy color: '#BC49CC'

red 188 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #BC49CC

Tints of Medium Orchid #BC49CC

RGB

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

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

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

R = 40.43%
G = 15.7%
B = 43.87%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC49CC (or 0xBC49CC) is known color: Medium Orchid. HEX triplet: BC, 49 and CC. RGB value is (188,73,204). Sum of RGB (Red+Green+Blue) = 188+73+204=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CC is #43B633. Grayscale: #797979. Windows color (decimal): -4437556 or 13388220. OLE color: 13388220.

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

Color convert

RGB 188 73 204 -
CMYK 0.08 0.64 0 0.2
HSL 292.67º 0.56% 0.54% -
HSV(B) 292.67º 0.64% 0.8% -
XYZ 34.02 19.82 59.16 -
YUV 122.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 188 73 204 0.08 0.64 0 0.2 292.67 0.56 0.54
Hex BC 49 CC 8 40 0 14 125 38 36
Octal 274 111 314 10 100 0 24 445 70 66
Binary 10111100 1001001 11001100 1000 1000000 0 10100 100100101 111000 110110

Color Harmonies of #BC49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49CC

Black with #BC49CC

Text Example


Text Example

White with #BC49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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