Html Css Color HEX #B049C8 Medium Orchid

📋 copy color: '#B049C8'

red 176 ◦ green 73 ◦ blue 200

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

Shades of Medium Orchid #B049C8

Tints of Medium Orchid #B049C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 39.2%
G = 16.26%
B = 44.54%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B049C8 (or 0xB049C8) is known color: Medium Orchid. HEX triplet: B0, 49 and C8. RGB value is (176,73,200). Sum of RGB (Red+Green+Blue) = 176+73+200=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #B049C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049C8 is #4FB637. Grayscale: #757575. Windows color (decimal): -5223992 or 13126064. OLE color: 13126064.

HSL color Cylindrical-coordinate representation of color #B049C8: hue angle of 288.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B049C8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 73 200 -
CMYK 0.12 0.64 0 0.22
HSL 288.66º 0.54% 0.54% -
HSV(B) 288.66º 0.64% 0.78% -
XYZ 30.71 18.17 56.53 -
YUV 118.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 176 73 200 0.12 0.64 0 0.22 288.66 0.54 0.54
Hex B0 49 C8 C 40 0 16 121 36 36
Octal 260 111 310 14 100 0 26 441 66 66
Binary 10110000 1001001 11001000 1100 1000000 0 10110 100100001 110110 110110

Color Harmonies of #B049C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049C8

Black with #B049C8

Text Example


Text Example

White with #B049C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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