Html Css Color HEX #B149CB Medium Orchid

📋 copy color: '#B149CB'

red 177 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #B149CB

Tints of Medium Orchid #B149CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 39.07%
G = 16.11%
B = 44.81%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B149CB (or 0xB149CB) is known color: Medium Orchid. HEX triplet: B1, 49 and CB. RGB value is (177,73,203). Sum of RGB (Red+Green+Blue) = 177+73+203=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B149CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149CB is #4EB634. Grayscale: #767676. Windows color (decimal): -5158453 or 13322673. OLE color: 13322673.

HSL color Cylindrical-coordinate representation of color #B149CB: hue angle of 288º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B149CB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 73 203 -
CMYK 0.13 0.64 0 0.20
HSL 288º 0.56% 0.54% -
HSV(B) 288º 0.64% 0.8% -
XYZ 31.29 18.42 58.41 -
YUV 118.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 177 73 203 0.13 0.64 0 0.20 288 0.56 0.54
Hex B1 49 CB D 40 0 14 120 38 36
Octal 261 111 313 15 100 0 24 440 70 66
Binary 10110001 1001001 11001011 1101 1000000 0 10100 100100000 111000 110110

Color Harmonies of #B149CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149CB

Black with #B149CB

Text Example


Text Example

White with #B149CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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