Html Css Color HEX #B049E8 Medium Orchid

📋 copy color: '#B049E8'

red 176 ◦ green 73 ◦ blue 232

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

Shades of Medium Orchid #B049E8

Tints of Medium Orchid #B049E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 36.59%
G = 15.18%
B = 48.23%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B049E8 (or 0xB049E8) is known color: Medium Orchid. HEX triplet: B0, 49 and E8. RGB value is (176,73,232). Sum of RGB (Red+Green+Blue) = 176+73+232=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #B049E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049E8 is #4FB617. Grayscale: #797979. Windows color (decimal): -5223960 or 15223216. OLE color: 15223216.

HSL color Cylindrical-coordinate representation of color #B049E8: hue angle of 278.87º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B049E8 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 73 232 -
CMYK 0.24 0.69 0 0.09
HSL 278.87º 0.78% 0.6% -
HSV(B) 278.87º 0.69% 0.91% -
XYZ 34.85 19.82 78.33 -
YUV 121.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 176 73 232 0.24 0.69 0 0.09 278.87 0.78 0.6
Hex B0 49 E8 18 45 0 9 117 4E 3C
Octal 260 111 350 30 105 0 11 427 116 74
Binary 10110000 1001001 11101000 11000 1000101 0 1001 100010111 1001110 111100

Color Harmonies of #B049E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049E8

Black with #B049E8

Text Example


Text Example

White with #B049E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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