Html Css Color HEX #B149D8 Medium Orchid

📋 copy color: '#B149D8'

red 177 ◦ green 73 ◦ blue 216

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

Shades of Medium Orchid #B149D8

Tints of Medium Orchid #B149D8

RGB

 RED value IS 177 (69.53% from 255) = 37.98%

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

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 37.98%
G = 15.67%
B = 46.35%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B149D8 (or 0xB149D8) is known color: Medium Orchid. HEX triplet: B1, 49 and D8. RGB value is (177,73,216). Sum of RGB (Red+Green+Blue) = 177+73+216=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #B149D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149D8 is #4EB627. Grayscale: #777777. Windows color (decimal): -5158440 or 14174641. OLE color: 14174641.

HSL color Cylindrical-coordinate representation of color #B149D8: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B149D8 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 73 216 -
CMYK 0.18 0.66 0 0.15
HSL 283.64º 0.65% 0.57% -
HSV(B) 283.64º 0.66% 0.85% -
XYZ 32.91 19.07 66.91 -
YUV 120.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 177 73 216 0.18 0.66 0 0.15 283.64 0.65 0.57
Hex B1 49 D8 12 42 0 F 11C 41 39
Octal 261 111 330 22 102 0 17 434 101 71
Binary 10110001 1001001 11011000 10010 1000010 0 1111 100011100 1000001 111001

Color Harmonies of #B149D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149D8

Black with #B149D8

Text Example


Text Example

White with #B149D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149D8; }

 p { color: rgb(177,73,216); }

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

background-color css

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

 a { background-color: rgb(177,73,216); }

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

border-color css

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

 span { border-color: rgb(177,73,216); }

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