Html Css Color HEX #B155C6 Medium Orchid

📋 copy color: '#B155C6'

red 177 ◦ green 85 ◦ blue 198

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

Shades of Medium Orchid #B155C6

Tints of Medium Orchid #B155C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 38.48%
G = 18.48%
B = 43.04%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B155C6 (or 0xB155C6) is known color: Medium Orchid. HEX triplet: B1, 55 and C6. RGB value is (177,85,198). Sum of RGB (Red+Green+Blue) = 177+85+198=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B155C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155C6 is #4EAA39. Grayscale: #7D7D7D. Windows color (decimal): -5155386 or 12998065. OLE color: 12998065.

HSL color Cylindrical-coordinate representation of color #B155C6: hue angle of 288.85º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B155C6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 85 198 -
CMYK 0.11 0.57 0 0.22
HSL 288.85º 0.5% 0.55% -
HSV(B) 288.85º 0.57% 0.78% -
XYZ 31.57 19.92 55.61 -
YUV 125.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 177 85 198 0.11 0.57 0 0.22 288.85 0.5 0.55
Hex B1 55 C6 B 39 0 16 121 32 37
Octal 261 125 306 13 71 0 26 441 62 67
Binary 10110001 1010101 11000110 1011 111001 0 10110 100100001 110010 110111

Color Harmonies of #B155C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155C6

Black with #B155C6

Text Example


Text Example

White with #B155C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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