Html Css Color HEX #B155F0 Medium Orchid

📋 copy color: '#B155F0'

red 177 ◦ green 85 ◦ blue 240

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

Shades of Medium Orchid #B155F0

Tints of Medium Orchid #B155F0

RGB

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

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

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

R = 35.26%
G = 16.93%
B = 47.81%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B155F0 (or 0xB155F0) is known color: Medium Orchid. HEX triplet: B1, 55 and F0. RGB value is (177,85,240). Sum of RGB (Red+Green+Blue) = 177+85+240=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #B155F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155F0 is #4EAA0F. Grayscale: #818181. Windows color (decimal): -5155344 or 15750577. OLE color: 15750577.

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

Color convert

RGB 177 85 240 -
CMYK 0.26 0.65 0 0.06
HSL 275.61º 0.84% 0.64% -
HSV(B) 275.61º 0.65% 0.94% -
XYZ 37.11 22.14 84.75 -
YUV 130.18 189.98 161.4 -
System Red Green Blue C M Y K H S L
Decimal 177 85 240 0.26 0.65 0 0.06 275.61 0.84 0.64
Hex B1 55 F0 1A 41 0 6 114 54 40
Octal 261 125 360 32 101 0 6 424 124 100
Binary 10110001 1010101 11110000 11010 1000001 0 110 100010100 1010100 1000000

Color Harmonies of #B155F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155F0

Black with #B155F0

Text Example


Text Example

White with #B155F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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