Html Css Color HEX #BC49CB Medium Orchid

📋 copy color: '#BC49CB'

red 188 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #BC49CB

Tints of Medium Orchid #BC49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 40.52%
G = 15.73%
B = 43.75%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC49CB (or 0xBC49CB) is known color: Medium Orchid. HEX triplet: BC, 49 and CB. RGB value is (188,73,203). Sum of RGB (Red+Green+Blue) = 188+73+203=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CB is #43B634. Grayscale: #797979. Windows color (decimal): -4437557 or 13322684. OLE color: 13322684.

HSL color Cylindrical-coordinate representation of color #BC49CB: hue angle of 293.08º 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 #BC49CB is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 73 203 -
CMYK 0.07 0.64 0 0.20
HSL 293.08º 0.56% 0.54% -
HSV(B) 293.08º 0.64% 0.8% -
XYZ 33.9 19.77 58.53 -
YUV 122.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 188 73 203 0.07 0.64 0 0.20 293.08 0.56 0.54
Hex BC 49 CB 7 40 0 14 125 38 36
Octal 274 111 313 7 100 0 24 445 70 66
Binary 10111100 1001001 11001011 111 1000000 0 10100 100100101 111000 110110

Color Harmonies of #BC49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49CB

Black with #BC49CB

Text Example


Text Example

White with #BC49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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