Html Css Color HEX #B155DC Medium Orchid

📋 copy color: '#B155DC'

red 177 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #B155DC

Tints of Medium Orchid #B155DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 36.72%
G = 17.63%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B155DC (or 0xB155DC) is known color: Medium Orchid. HEX triplet: B1, 55 and DC. RGB value is (177,85,220). Sum of RGB (Red+Green+Blue) = 177+85+220=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B155DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155DC is #4EAA23. Grayscale: #7F7F7F. Windows color (decimal): -5155364 or 14439857. OLE color: 14439857.

HSL color Cylindrical-coordinate representation of color #B155DC: hue angle of 280.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B155DC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 85 220 -
CMYK 0.20 0.61 0 0.14
HSL 280.89º 0.66% 0.6% -
HSV(B) 280.89º 0.61% 0.86% -
XYZ 34.3 21.01 69.96 -
YUV 127.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 177 85 220 0.20 0.61 0 0.14 280.89 0.66 0.6
Hex B1 55 DC 14 3D 0 E 119 42 3C
Octal 261 125 334 24 75 0 16 431 102 74
Binary 10110001 1010101 11011100 10100 111101 0 1110 100011001 1000010 111100

Color Harmonies of #B155DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155DC

Black with #B155DC

Text Example


Text Example

White with #B155DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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