Html Css Color HEX #B156CE Medium Orchid

📋 copy color: '#B156CE'

red 177 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #B156CE

Tints of Medium Orchid #B156CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 37.74%
G = 18.34%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B156CE (or 0xB156CE) is known color: Medium Orchid. HEX triplet: B1, 56 and CE. RGB value is (177,86,206). Sum of RGB (Red+Green+Blue) = 177+86+206=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B156CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156CE is #4EA931. Grayscale: #7E7E7E. Windows color (decimal): -5155122 or 13522609. OLE color: 13522609.

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

Color convert

RGB 177 86 206 -
CMYK 0.14 0.58 0 0.19
HSL 285.5º 0.55% 0.57% -
HSV(B) 285.5º 0.58% 0.81% -
XYZ 32.6 20.46 60.62 -
YUV 126.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 177 86 206 0.14 0.58 0 0.19 285.5 0.55 0.57
Hex B1 56 CE E 3A 0 13 11E 37 39
Octal 261 126 316 16 72 0 23 436 67 71
Binary 10110001 1010110 11001110 1110 111010 0 10011 100011110 110111 111001

Color Harmonies of #B156CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156CE

Black with #B156CE

Text Example


Text Example

White with #B156CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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