Html Css Color HEX #B155F9 Medium Orchid

📋 copy color: '#B155F9'

red 177 ◦ green 85 ◦ blue 249

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

Shades of Medium Orchid #B155F9

Tints of Medium Orchid #B155F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 34.64%
G = 16.63%
B = 48.73%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B155F9 (or 0xB155F9) is known color: Medium Orchid. HEX triplet: B1, 55 and F9. RGB value is (177,85,249). Sum of RGB (Red+Green+Blue) = 177+85+249=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #B155F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155F9 is #4EAA06. Grayscale: #828282. Windows color (decimal): -5155335 or 16340401. OLE color: 16340401.

HSL color Cylindrical-coordinate representation of color #B155F9: hue angle of 273.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B155F9 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 85 249 -
CMYK 0.29 0.66 0 0.02
HSL 273.66º 0.93% 0.65% -
HSV(B) 273.66º 0.66% 0.98% -
XYZ 38.48 22.68 91.97 -
YUV 131.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 177 85 249 0.29 0.66 0 0.02 273.66 0.93 0.65
Hex B1 55 F9 1D 42 0 2 112 5D 41
Octal 261 125 371 35 102 0 2 422 135 101
Binary 10110001 1010101 11111001 11101 1000010 0 10 100010010 1011101 1000001

Color Harmonies of #B155F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155F9

Black with #B155F9

Text Example


Text Example

White with #B155F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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