Html Css Color HEX #B049D4 Medium Orchid

📋 copy color: '#B049D4'

red 176 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #B049D4

Tints of Medium Orchid #B049D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 38.18%
G = 15.84%
B = 45.99%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B049D4 (or 0xB049D4) is known color: Medium Orchid. HEX triplet: B0, 49 and D4. RGB value is (176,73,212). Sum of RGB (Red+Green+Blue) = 176+73+212=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #B049D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049D4 is #4FB62B. Grayscale: #777777. Windows color (decimal): -5223980 or 13912496. OLE color: 13912496.

HSL color Cylindrical-coordinate representation of color #B049D4: hue angle of 284.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B049D4 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 73 212 -
CMYK 0.17 0.66 0 0.17
HSL 284.46º 0.62% 0.56% -
HSV(B) 284.46º 0.66% 0.83% -
XYZ 32.17 18.75 64.21 -
YUV 119.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 176 73 212 0.17 0.66 0 0.17 284.46 0.62 0.56
Hex B0 49 D4 11 42 0 11 11C 3E 38
Octal 260 111 324 21 102 0 21 434 76 70
Binary 10110000 1001001 11010100 10001 1000010 0 10001 100011100 111110 111000

Color Harmonies of #B049D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049D4

Black with #B049D4

Text Example


Text Example

White with #B049D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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