Html Css Color HEX #B156DF Medium Orchid

📋 copy color: '#B156DF'

red 177 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B156DF

Tints of Medium Orchid #B156DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 36.42%
G = 17.7%
B = 45.88%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B156DF (or 0xB156DF) is known color: Medium Orchid. HEX triplet: B1, 56 and DF. RGB value is (177,86,223). Sum of RGB (Red+Green+Blue) = 177+86+223=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B156DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156DF is #4EA920. Grayscale: #808080. Windows color (decimal): -5155105 or 14636721. OLE color: 14636721.

HSL color Cylindrical-coordinate representation of color #B156DF: hue angle of 279.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B156DF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 86 223 -
CMYK 0.21 0.61 0 0.13
HSL 279.85º 0.68% 0.61% -
HSV(B) 279.85º 0.61% 0.87% -
XYZ 34.78 21.33 72.1 -
YUV 128.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 177 86 223 0.21 0.61 0 0.13 279.85 0.68 0.61
Hex B1 56 DF 15 3D 0 D 118 44 3D
Octal 261 126 337 25 75 0 15 430 104 75
Binary 10110001 1010110 11011111 10101 111101 0 1101 100011000 1000100 111101

Color Harmonies of #B156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156DF

Black with #B156DF

Text Example


Text Example

White with #B156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156DF; }

 p { color: rgb(177,86,223); }

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

background-color css

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

 a { background-color: rgb(177,86,223); }

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

border-color css

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

 span { border-color: rgb(177,86,223); }

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