Html Css Color HEX #BC49CF Medium Orchid

📋 copy color: '#BC49CF'

red 188 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #BC49CF

Tints of Medium Orchid #BC49CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 40.17%
G = 15.6%
B = 44.23%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC49CF (or 0xBC49CF) is known color: Medium Orchid. HEX triplet: BC, 49 and CF. RGB value is (188,73,207). Sum of RGB (Red+Green+Blue) = 188+73+207=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CF is #43B630. Grayscale: #7A7A7A. Windows color (decimal): -4437553 or 13584828. OLE color: 13584828.

HSL color Cylindrical-coordinate representation of color #BC49CF: hue angle of 291.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC49CF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 73 207 -
CMYK 0.09 0.65 0 0.19
HSL 291.49º 0.58% 0.55% -
HSV(B) 291.49º 0.65% 0.81% -
XYZ 34.38 19.96 61.07 -
YUV 122.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 188 73 207 0.09 0.65 0 0.19 291.49 0.58 0.55
Hex BC 49 CF 9 41 0 13 123 3A 37
Octal 274 111 317 11 101 0 23 443 72 67
Binary 10111100 1001001 11001111 1001 1000001 0 10011 100100011 111010 110111

Color Harmonies of #BC49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49CF

Black with #BC49CF

Text Example


Text Example

White with #BC49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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