Html Css Color HEX #BC49F8 Medium Orchid

📋 copy color: '#BC49F8'

red 188 ◦ green 73 ◦ blue 248

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

Shades of Medium Orchid #BC49F8

Tints of Medium Orchid #BC49F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.72%

R = 36.94%
G = 14.34%
B = 48.72%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC49F8 (or 0xBC49F8) is known color: Medium Orchid. HEX triplet: BC, 49 and F8. RGB value is (188,73,248). Sum of RGB (Red+Green+Blue) = 188+73+248=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC49F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49F8 is #43B607. Grayscale: #7E7E7E. Windows color (decimal): -4437512 or 16271804. OLE color: 16271804.

HSL color Cylindrical-coordinate representation of color #BC49F8: hue angle of 279.43º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC49F8 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 73 248 -
CMYK 0.24 0.71 0 0.03
HSL 279.43º 0.93% 0.63% -
HSV(B) 279.43º 0.71% 0.97% -
XYZ 40.06 22.23 90.99 -
YUV 127.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 188 73 248 0.24 0.71 0 0.03 279.43 0.93 0.63
Hex BC 49 F8 18 47 0 3 117 5D 3F
Octal 274 111 370 30 107 0 3 427 135 77
Binary 10111100 1001001 11111000 11000 1000111 0 11 100010111 1011101 111111

Color Harmonies of #BC49F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49F8

Black with #BC49F8

Text Example


Text Example

White with #BC49F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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