Html Css Color HEX #B155DD Medium Orchid

📋 copy color: '#B155DD'

red 177 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #B155DD

Tints of Medium Orchid #B155DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 36.65%
G = 17.6%
B = 45.76%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B155DD (or 0xB155DD) is known color: Medium Orchid. HEX triplet: B1, 55 and DD. RGB value is (177,85,221). Sum of RGB (Red+Green+Blue) = 177+85+221=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B155DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155DD is #4EAA22. Grayscale: #7F7F7F. Windows color (decimal): -5155363 or 14505393. OLE color: 14505393.

HSL color Cylindrical-coordinate representation of color #B155DD: hue angle of 280.59º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B155DD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 85 221 -
CMYK 0.20 0.62 0 0.13
HSL 280.59º 0.67% 0.6% -
HSV(B) 280.59º 0.62% 0.87% -
XYZ 34.43 21.06 70.66 -
YUV 128.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 177 85 221 0.20 0.62 0 0.13 280.59 0.67 0.6
Hex B1 55 DD 14 3E 0 D 119 43 3C
Octal 261 125 335 24 76 0 15 431 103 74
Binary 10110001 1010101 11011101 10100 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155DD

Black with #B155DD

Text Example


Text Example

White with #B155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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