Html Css Color HEX #BC49FC Medium Orchid

📋 copy color: '#BC49FC'

red 188 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #BC49FC

Tints of Medium Orchid #BC49FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 36.65%
G = 14.23%
B = 49.12%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC49FC (or 0xBC49FC) is known color: Medium Orchid. HEX triplet: BC, 49 and FC. RGB value is (188,73,252). Sum of RGB (Red+Green+Blue) = 188+73+252=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49FC is #43B603. Grayscale: #7F7F7F. Windows color (decimal): -4437508 or 16533948. OLE color: 16533948.

HSL color Cylindrical-coordinate representation of color #BC49FC: hue angle of 278.55º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC49FC is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 73 252 -
CMYK 0.25 0.71 0 0.01
HSL 278.55º 0.97% 0.64% -
HSV(B) 278.55º 0.71% 0.99% -
XYZ 40.69 22.48 94.29 -
YUV 127.79 198.1 170.95 -
System Red Green Blue C M Y K H S L
Decimal 188 73 252 0.25 0.71 0 0.01 278.55 0.97 0.64
Hex BC 49 FC 19 47 0 1 117 61 40
Octal 274 111 374 31 107 0 1 427 141 100
Binary 10111100 1001001 11111100 11001 1000111 0 1 100010111 1100001 1000000

Color Harmonies of #BC49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49FC

Black with #BC49FC

Text Example


Text Example

White with #BC49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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