Html Css Color HEX #B155DE Medium Orchid

📋 copy color: '#B155DE'

red 177 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B155DE

Tints of Medium Orchid #B155DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 36.57%
G = 17.56%
B = 45.87%

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

#B155DE (or 0xB155DE) is known color: Medium Orchid. HEX triplet: B1, 55 and DE. RGB value is (177,85,222). Sum of RGB (Red+Green+Blue) = 177+85+222=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #B155DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155DE is #4EAA21. Grayscale: #7F7F7F. Windows color (decimal): -5155362 or 14570929. OLE color: 14570929.

HSL color Cylindrical-coordinate representation of color #B155DE: hue angle of 280.29º 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 #B155DE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 85 222 -
CMYK 0.20 0.62 0 0.13
HSL 280.29º 0.67% 0.6% -
HSV(B) 280.29º 0.62% 0.87% -
XYZ 34.56 21.12 71.36 -
YUV 128.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 177 85 222 0.20 0.62 0 0.13 280.29 0.67 0.6
Hex B1 55 DE 14 3E 0 D 118 43 3C
Octal 261 125 336 24 76 0 15 430 103 74
Binary 10110001 1010101 11011110 10100 111110 0 1101 100011000 1000011 111100

Color Harmonies of #B155DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155DE

Black with #B155DE

Text Example


Text Example

White with #B155DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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