Html Css Color HEX #BC49FE Medium Orchid

📋 copy color: '#BC49FE'

red 188 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #BC49FE

Tints of Medium Orchid #BC49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 36.5%
G = 14.17%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC49FE (or 0xBC49FE) is known color: Medium Orchid. HEX triplet: BC, 49 and FE. RGB value is (188,73,254). Sum of RGB (Red+Green+Blue) = 188+73+254=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49FE is #43B601. Grayscale: #7F7F7F. Windows color (decimal): -4437506 or 16665020. OLE color: 16665020.

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

Color convert

RGB 188 73 254 -
CMYK 0.26 0.71 0 0.00
HSL 278.12º 0.99% 0.64% -
HSV(B) 278.12º 0.71% 1% -
XYZ 41.01 22.61 95.97 -
YUV 128.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 188 73 254 0.26 0.71 0 0.00 278.12 0.99 0.64
Hex BC 49 FE 1A 47 0 0 116 63 40
Octal 274 111 376 32 107 0 0 426 143 100
Binary 10111100 1001001 11111110 11010 1000111 0 0 100010110 1100011 1000000

Color Harmonies of #BC49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49FE

Black with #BC49FE

Text Example


Text Example

White with #BC49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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