Html Css Color HEX #B155DF Medium Orchid

📋 copy color: '#B155DF'

red 177 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #B155DF

Tints of Medium Orchid #B155DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 36.49%
G = 17.53%
B = 45.98%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B155DF (or 0xB155DF) is known color: Medium Orchid. HEX triplet: B1, 55 and DF. RGB value is (177,85,223). Sum of RGB (Red+Green+Blue) = 177+85+223=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B155DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155DF is #4EAA20. Grayscale: #7F7F7F. Windows color (decimal): -5155361 or 14636465. OLE color: 14636465.

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

Color convert

RGB 177 85 223 -
CMYK 0.21 0.62 0 0.13
HSL 280º 0.68% 0.6% -
HSV(B) 280º 0.62% 0.87% -
XYZ 34.7 21.17 72.07 -
YUV 128.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 177 85 223 0.21 0.62 0 0.13 280 0.68 0.6
Hex B1 55 DF 15 3E 0 D 118 44 3C
Octal 261 125 337 25 76 0 15 430 104 74
Binary 10110001 1010101 11011111 10101 111110 0 1101 100011000 1000100 111100

Color Harmonies of #B155DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155DF

Black with #B155DF

Text Example


Text Example

White with #B155DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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