Html Css Color HEX #BC49DE Medium Orchid

📋 copy color: '#BC49DE'

red 188 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #BC49DE

Tints of Medium Orchid #BC49DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 38.92%
G = 15.11%
B = 45.96%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC49DE (or 0xBC49DE) is known color: Medium Orchid. HEX triplet: BC, 49 and DE. RGB value is (188,73,222). Sum of RGB (Red+Green+Blue) = 188+73+222=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49DE is #43B621. Grayscale: #7B7B7B. Windows color (decimal): -4437538 or 14567868. OLE color: 14567868.

HSL color Cylindrical-coordinate representation of color #BC49DE: hue angle of 286.31º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC49DE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 73 222 -
CMYK 0.15 0.67 0 0.13
HSL 286.31º 0.69% 0.58% -
HSV(B) 286.31º 0.67% 0.87% -
XYZ 36.31 20.73 71.2 -
YUV 124.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 188 73 222 0.15 0.67 0 0.13 286.31 0.69 0.58
Hex BC 49 DE F 43 0 D 11E 45 3A
Octal 274 111 336 17 103 0 15 436 105 72
Binary 10111100 1001001 11011110 1111 1000011 0 1101 100011110 1000101 111010

Color Harmonies of #BC49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49DE

Black with #BC49DE

Text Example


Text Example

White with #BC49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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