Html Css Color HEX #BC49F1 Medium Orchid

📋 copy color: '#BC49F1'

red 188 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #BC49F1

Tints of Medium Orchid #BC49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 37.45%
G = 14.54%
B = 48.01%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC49F1 (or 0xBC49F1) is known color: Medium Orchid. HEX triplet: BC, 49 and F1. RGB value is (188,73,241). Sum of RGB (Red+Green+Blue) = 188+73+241=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49F1 is #43B60E. Grayscale: #7D7D7D. Windows color (decimal): -4437519 or 15813052. OLE color: 15813052.

HSL color Cylindrical-coordinate representation of color #BC49F1: hue angle of 281.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC49F1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 73 241 -
CMYK 0.22 0.70 0 0.05
HSL 281.07º 0.86% 0.62% -
HSV(B) 281.07º 0.7% 0.95% -
XYZ 39 21.81 85.37 -
YUV 126.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 188 73 241 0.22 0.70 0 0.05 281.07 0.86 0.62
Hex BC 49 F1 16 46 0 5 119 56 3E
Octal 274 111 361 26 106 0 5 431 126 76
Binary 10111100 1001001 11110001 10110 1000110 0 101 100011001 1010110 111110

Color Harmonies of #BC49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49F1

Black with #BC49F1

Text Example


Text Example

White with #BC49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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