Html Css Color HEX #B049D7 Medium Orchid

📋 copy color: '#B049D7'

red 176 ◦ green 73 ◦ blue 215

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

Shades of Medium Orchid #B049D7

Tints of Medium Orchid #B049D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.34%

R = 37.93%
G = 15.73%
B = 46.34%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B049D7 (or 0xB049D7) is known color: Medium Orchid. HEX triplet: B0, 49 and D7. RGB value is (176,73,215). Sum of RGB (Red+Green+Blue) = 176+73+215=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #B049D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049D7 is #4FB628. Grayscale: #777777. Windows color (decimal): -5223977 or 14109104. OLE color: 14109104.

HSL color Cylindrical-coordinate representation of color #B049D7: hue angle of 283.52º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B049D7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 73 215 -
CMYK 0.18 0.66 0 0.16
HSL 283.52º 0.64% 0.56% -
HSV(B) 283.52º 0.66% 0.84% -
XYZ 32.55 18.9 66.22 -
YUV 119.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 176 73 215 0.18 0.66 0 0.16 283.52 0.64 0.56
Hex B0 49 D7 12 42 0 10 11C 40 38
Octal 260 111 327 22 102 0 20 434 100 70
Binary 10110000 1001001 11010111 10010 1000010 0 10000 100011100 1000000 111000

Color Harmonies of #B049D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049D7

Black with #B049D7

Text Example


Text Example

White with #B049D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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