Html Css Color HEX #B156FE Medium Orchid

📋 copy color: '#B156FE'

red 177 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #B156FE

Tints of Medium Orchid #B156FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 34.24%
G = 16.63%
B = 49.13%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B156FE (or 0xB156FE) is known color: Medium Orchid. HEX triplet: B1, 56 and FE. RGB value is (177,86,254). Sum of RGB (Red+Green+Blue) = 177+86+254=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B156FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156FE is #4EA901. Grayscale: #838383. Windows color (decimal): -5155074 or 16668337. OLE color: 16668337.

HSL color Cylindrical-coordinate representation of color #B156FE: hue angle of 272.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B156FE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 86 254 -
CMYK 0.30 0.66 0 0.00
HSL 272.5º 0.99% 0.67% -
HSV(B) 272.5º 0.66% 1% -
XYZ 39.35 23.16 96.16 -
YUV 132.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 177 86 254 0.30 0.66 0 0.00 272.5 0.99 0.67
Hex B1 56 FE 1E 42 0 0 110 63 43
Octal 261 126 376 36 102 0 0 420 143 103
Binary 10110001 1010110 11111110 11110 1000010 0 0 100010000 1100011 1000011

Color Harmonies of #B156FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156FE

Black with #B156FE

Text Example


Text Example

White with #B156FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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