Html Css Color HEX #B049EC Medium Orchid

📋 copy color: '#B049EC'

red 176 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #B049EC

Tints of Medium Orchid #B049EC

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 36.29%
G = 15.05%
B = 48.66%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B049EC (or 0xB049EC) is known color: Medium Orchid. HEX triplet: B0, 49 and EC. RGB value is (176,73,236). Sum of RGB (Red+Green+Blue) = 176+73+236=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B049EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049EC is #4FB613. Grayscale: #797979. Windows color (decimal): -5223956 or 15485360. OLE color: 15485360.

HSL color Cylindrical-coordinate representation of color #B049EC: hue angle of 277.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B049EC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 73 236 -
CMYK 0.25 0.69 0 0.07
HSL 277.91º 0.81% 0.61% -
HSV(B) 277.91º 0.69% 0.93% -
XYZ 35.43 20.05 81.36 -
YUV 122.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 176 73 236 0.25 0.69 0 0.07 277.91 0.81 0.61
Hex B0 49 EC 19 45 0 7 116 51 3D
Octal 260 111 354 31 105 0 7 426 121 75
Binary 10110000 1001001 11101100 11001 1000101 0 111 100010110 1010001 111101

Color Harmonies of #B049EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049EC

Black with #B049EC

Text Example


Text Example

White with #B049EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049EC; }

 p { color: rgb(176,73,236); }

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

background-color css

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

 a { background-color: rgb(176,73,236); }

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

border-color css

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

 span { border-color: rgb(176,73,236); }

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