Html Css Color HEX #B149CE Medium Orchid

📋 copy color: '#B149CE'

red 177 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B149CE

Tints of Medium Orchid #B149CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 38.82%
G = 16.01%
B = 45.18%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B149CE (or 0xB149CE) is known color: Medium Orchid. HEX triplet: B1, 49 and CE. RGB value is (177,73,206). Sum of RGB (Red+Green+Blue) = 177+73+206=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B149CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149CE is #4EB631. Grayscale: #767676. Windows color (decimal): -5158450 or 13519281. OLE color: 13519281.

HSL color Cylindrical-coordinate representation of color #B149CE: hue angle of 286.92º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B149CE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 73 206 -
CMYK 0.14 0.65 0 0.19
HSL 286.92º 0.58% 0.55% -
HSV(B) 286.92º 0.65% 0.81% -
XYZ 31.65 18.57 60.31 -
YUV 119.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 177 73 206 0.14 0.65 0 0.19 286.92 0.58 0.55
Hex B1 49 CE E 41 0 13 11F 3A 37
Octal 261 111 316 16 101 0 23 437 72 67
Binary 10110001 1001001 11001110 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B149CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149CE

Black with #B149CE

Text Example


Text Example

White with #B149CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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