Html Css Color HEX #B156CF Medium Orchid

📋 copy color: '#B156CF'

red 177 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #B156CF

Tints of Medium Orchid #B156CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 37.66%
G = 18.3%
B = 44.04%

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

#B156CF (or 0xB156CF) is known color: Medium Orchid. HEX triplet: B1, 56 and CF. RGB value is (177,86,207). Sum of RGB (Red+Green+Blue) = 177+86+207=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B156CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156CF is #4EA930. Grayscale: #7E7E7E. Windows color (decimal): -5155121 or 13588145. OLE color: 13588145.

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

Color convert

RGB 177 86 207 -
CMYK 0.14 0.58 0 0.19
HSL 285.12º 0.56% 0.57% -
HSV(B) 285.12º 0.58% 0.81% -
XYZ 32.72 20.51 61.27 -
YUV 127 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 177 86 207 0.14 0.58 0 0.19 285.12 0.56 0.57
Hex B1 56 CF E 3A 0 13 11D 38 39
Octal 261 126 317 16 72 0 23 435 70 71
Binary 10110001 1010110 11001111 1110 111010 0 10011 100011101 111000 111001

Color Harmonies of #B156CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156CF

Black with #B156CF

Text Example


Text Example

White with #B156CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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