Html Css Color HEX #B147DC Medium Orchid

📋 copy color: '#B147DC'

red 177 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #B147DC

Tints of Medium Orchid #B147DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 37.82%
G = 15.17%
B = 47.01%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B147DC (or 0xB147DC) is known color: Medium Orchid. HEX triplet: B1, 47 and DC. RGB value is (177,71,220). Sum of RGB (Red+Green+Blue) = 177+71+220=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B147DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147DC is #4EB823. Grayscale: #777777. Windows color (decimal): -5158948 or 14436273. OLE color: 14436273.

HSL color Cylindrical-coordinate representation of color #B147DC: hue angle of 282.68º degrees, saturation: 0.68, 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 #B147DC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 71 220 -
CMYK 0.20 0.68 0 0.14
HSL 282.68º 0.68% 0.57% -
HSV(B) 282.68º 0.68% 0.86% -
XYZ 33.3 19.02 69.63 -
YUV 119.68 184.62 168.88 -
System Red Green Blue C M Y K H S L
Decimal 177 71 220 0.20 0.68 0 0.14 282.68 0.68 0.57
Hex B1 47 DC 14 44 0 E 11B 44 39
Octal 261 107 334 24 104 0 16 433 104 71
Binary 10110001 1000111 11011100 10100 1000100 0 1110 100011011 1000100 111001

Color Harmonies of #B147DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147DC

Black with #B147DC

Text Example


Text Example

White with #B147DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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