Html Css Color HEX #B156F0 Medium Orchid

📋 copy color: '#B156F0'

red 177 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #B156F0

Tints of Medium Orchid #B156F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 35.19%
G = 17.1%
B = 47.71%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B156F0 (or 0xB156F0) is known color: Medium Orchid. HEX triplet: B1, 56 and F0. RGB value is (177,86,240). Sum of RGB (Red+Green+Blue) = 177+86+240=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #B156F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156F0 is #4EA90F. Grayscale: #828282. Windows color (decimal): -5155088 or 15750833. OLE color: 15750833.

HSL color Cylindrical-coordinate representation of color #B156F0: hue angle of 275.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B156F0 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 86 240 -
CMYK 0.26 0.64 0 0.06
HSL 275.45º 0.84% 0.64% -
HSV(B) 275.45º 0.64% 0.94% -
XYZ 37.19 22.29 84.78 -
YUV 130.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 177 86 240 0.26 0.64 0 0.06 275.45 0.84 0.64
Hex B1 56 F0 1A 40 0 6 113 54 40
Octal 261 126 360 32 100 0 6 423 124 100
Binary 10110001 1010110 11110000 11010 1000000 0 110 100010011 1010100 1000000

Color Harmonies of #B156F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156F0

Black with #B156F0

Text Example


Text Example

White with #B156F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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