Html Css Color HEX #B155F1 Medium Orchid

📋 copy color: '#B155F1'

red 177 ◦ green 85 ◦ blue 241

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

Shades of Medium Orchid #B155F1

Tints of Medium Orchid #B155F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 35.19%
G = 16.9%
B = 47.91%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B155F1 (or 0xB155F1) is known color: Medium Orchid. HEX triplet: B1, 55 and F1. RGB value is (177,85,241). Sum of RGB (Red+Green+Blue) = 177+85+241=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #B155F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155F1 is #4EAA0E. Grayscale: #818181. Windows color (decimal): -5155343 or 15816113. OLE color: 15816113.

HSL color Cylindrical-coordinate representation of color #B155F1: hue angle of 275.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B155F1 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 85 241 -
CMYK 0.27 0.65 0 0.05
HSL 275.38º 0.85% 0.64% -
HSV(B) 275.38º 0.65% 0.95% -
XYZ 37.26 22.19 85.54 -
YUV 130.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 177 85 241 0.27 0.65 0 0.05 275.38 0.85 0.64
Hex B1 55 F1 1B 41 0 5 113 55 40
Octal 261 125 361 33 101 0 5 423 125 100
Binary 10110001 1010101 11110001 11011 1000001 0 101 100010011 1010101 1000000

Color Harmonies of #B155F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155F1

Black with #B155F1

Text Example


Text Example

White with #B155F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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