Html Css Color HEX #B149DD Medium Orchid

📋 copy color: '#B149DD'

red 177 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #B149DD

Tints of Medium Orchid #B149DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 37.58%
G = 15.5%
B = 46.92%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B149DD (or 0xB149DD) is known color: Medium Orchid. HEX triplet: B1, 49 and DD. RGB value is (177,73,221). Sum of RGB (Red+Green+Blue) = 177+73+221=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B149DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149DD is #4EB622. Grayscale: #787878. Windows color (decimal): -5158435 or 14502321. OLE color: 14502321.

HSL color Cylindrical-coordinate representation of color #B149DD: hue angle of 282.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B149DD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 73 221 -
CMYK 0.20 0.67 0 0.13
HSL 282.16º 0.69% 0.58% -
HSV(B) 282.16º 0.67% 0.87% -
XYZ 33.57 19.33 70.37 -
YUV 120.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 177 73 221 0.20 0.67 0 0.13 282.16 0.69 0.58
Hex B1 49 DD 14 43 0 D 11A 45 3A
Octal 261 111 335 24 103 0 15 432 105 72
Binary 10110001 1001001 11011101 10100 1000011 0 1101 100011010 1000101 111010

Color Harmonies of #B149DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149DD

Black with #B149DD

Text Example


Text Example

White with #B149DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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