Html Css Color HEX #B147DB Medium Orchid

📋 copy color: '#B147DB'

red 177 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #B147DB

Tints of Medium Orchid #B147DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 37.9%
G = 15.2%
B = 46.9%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B147DB (or 0xB147DB) is known color: Medium Orchid. HEX triplet: B1, 47 and DB. RGB value is (177,71,219). Sum of RGB (Red+Green+Blue) = 177+71+219=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B147DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147DB is #4EB824. Grayscale: #777777. Windows color (decimal): -5158949 or 14370737. OLE color: 14370737.

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

Color convert

RGB 177 71 219 -
CMYK 0.19 0.68 0 0.14
HSL 282.97º 0.67% 0.57% -
HSV(B) 282.97º 0.68% 0.86% -
XYZ 33.17 18.97 68.93 -
YUV 119.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 177 71 219 0.19 0.68 0 0.14 282.97 0.67 0.57
Hex B1 47 DB 13 44 0 E 11B 43 39
Octal 261 107 333 23 104 0 16 433 103 71
Binary 10110001 1000111 11011011 10011 1000100 0 1110 100011011 1000011 111001

Color Harmonies of #B147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147DB

Black with #B147DB

Text Example


Text Example

White with #B147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147DB; }

 p { color: rgb(177,71,219); }

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

background-color css

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

 a { background-color: rgb(177,71,219); }

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

border-color css

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

 span { border-color: rgb(177,71,219); }

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