Html Css Color HEX #BC49FD Medium Orchid

📋 copy color: '#BC49FD'

red 188 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #BC49FD

Tints of Medium Orchid #BC49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 36.58%
G = 14.2%
B = 49.22%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC49FD (or 0xBC49FD) is known color: Medium Orchid. HEX triplet: BC, 49 and FD. RGB value is (188,73,253). Sum of RGB (Red+Green+Blue) = 188+73+253=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49FD is #43B602. Grayscale: #7F7F7F. Windows color (decimal): -4437507 or 16599484. OLE color: 16599484.

HSL color Cylindrical-coordinate representation of color #BC49FD: hue angle of 278.33º degrees, saturation: 0.98, 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 #BC49FD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 73 253 -
CMYK 0.26 0.71 0 0.01
HSL 278.33º 0.98% 0.64% -
HSV(B) 278.33º 0.71% 0.99% -
XYZ 40.85 22.55 95.13 -
YUV 127.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 188 73 253 0.26 0.71 0 0.01 278.33 0.98 0.64
Hex BC 49 FD 1A 47 0 1 116 62 40
Octal 274 111 375 32 107 0 1 426 142 100
Binary 10111100 1001001 11111101 11010 1000111 0 1 100010110 1100010 1000000

Color Harmonies of #BC49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49FD

Black with #BC49FD

Text Example


Text Example

White with #BC49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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