Html Css Color HEX #B155FF Medium Orchid

📋 copy color: '#B155FF'

red 177 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #B155FF

Tints of Medium Orchid #B155FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 34.24%
G = 16.44%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B155FF (or 0xB155FF) is known color: Medium Orchid. HEX triplet: B1, 55 and FF. RGB value is (177,85,255). Sum of RGB (Red+Green+Blue) = 177+85+255=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B155FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155FF is #4EAA00. Grayscale: #838383. Windows color (decimal): -5155329 or 16733617. OLE color: 16733617.

HSL color Cylindrical-coordinate representation of color #B155FF: hue angle of 272.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B155FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 85 255 -
CMYK 0.31 0.67 0 0
HSL 272.47º 1% 0.67% -
HSV(B) 272.47º 0.67% 1% -
XYZ 39.43 23.06 96.98 -
YUV 131.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 177 85 255 0.31 0.67 0 0 272.47 1 0.67
Hex B1 55 FF 1F 43 0 0 110 64 43
Octal 261 125 377 37 103 0 0 420 144 103
Binary 10110001 1010101 11111111 11111 1000011 0 0 100010000 1100100 1000011

Color Harmonies of #B155FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155FF

Black with #B155FF

Text Example


Text Example

White with #B155FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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