Html Css Color HEX #B149DA Medium Orchid

📋 copy color: '#B149DA'

red 177 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #B149DA

Tints of Medium Orchid #B149DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 37.82%
G = 15.6%
B = 46.58%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B149DA (or 0xB149DA) is known color: Medium Orchid. HEX triplet: B1, 49 and DA. RGB value is (177,73,218). Sum of RGB (Red+Green+Blue) = 177+73+218=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #B149DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149DA is #4EB625. Grayscale: #787878. Windows color (decimal): -5158438 or 14305713. OLE color: 14305713.

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

Color convert

RGB 177 73 218 -
CMYK 0.19 0.67 0 0.15
HSL 283.03º 0.66% 0.57% -
HSV(B) 283.03º 0.67% 0.85% -
XYZ 33.17 19.17 68.28 -
YUV 120.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 177 73 218 0.19 0.67 0 0.15 283.03 0.66 0.57
Hex B1 49 DA 13 43 0 F 11B 42 39
Octal 261 111 332 23 103 0 17 433 102 71
Binary 10110001 1001001 11011010 10011 1000011 0 1111 100011011 1000010 111001

Color Harmonies of #B149DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149DA

Black with #B149DA

Text Example


Text Example

White with #B149DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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