Html Css Color HEX #B155F7 Medium Orchid

📋 copy color: '#B155F7'

red 177 ◦ green 85 ◦ blue 247

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

Shades of Medium Orchid #B155F7

Tints of Medium Orchid #B155F7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.7%

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 34.77%
G = 16.7%
B = 48.53%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B155F7 (or 0xB155F7) is known color: Medium Orchid. HEX triplet: B1, 55 and F7. RGB value is (177,85,247). Sum of RGB (Red+Green+Blue) = 177+85+247=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #B155F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155F7 is #4EAA08. Grayscale: #828282. Windows color (decimal): -5155337 or 16209329. OLE color: 16209329.

HSL color Cylindrical-coordinate representation of color #B155F7: hue angle of 274.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B155F7 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 85 247 -
CMYK 0.28 0.66 0 0.03
HSL 274.07º 0.91% 0.65% -
HSV(B) 274.07º 0.66% 0.97% -
XYZ 38.17 22.56 90.34 -
YUV 130.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 177 85 247 0.28 0.66 0 0.03 274.07 0.91 0.65
Hex B1 55 F7 1C 42 0 3 112 5B 41
Octal 261 125 367 34 102 0 3 422 133 101
Binary 10110001 1010101 11110111 11100 1000010 0 11 100010010 1011011 1000001

Color Harmonies of #B155F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155F7

Black with #B155F7

Text Example


Text Example

White with #B155F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155F7; }

 p { color: rgb(177,85,247); }

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

background-color css

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

 a { background-color: rgb(177,85,247); }

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

border-color css

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

 span { border-color: rgb(177,85,247); }

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