Html Css Color HEX #B155E0 Medium Orchid

📋 copy color: '#B155E0'

red 177 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #B155E0

Tints of Medium Orchid #B155E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.09%

R = 36.42%
G = 17.49%
B = 46.09%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B155E0 (or 0xB155E0) is known color: Medium Orchid. HEX triplet: B1, 55 and E0. RGB value is (177,85,224). Sum of RGB (Red+Green+Blue) = 177+85+224=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #B155E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155E0 is #4EAA1F. Grayscale: #7F7F7F. Windows color (decimal): -5155360 or 14702001. OLE color: 14702001.

HSL color Cylindrical-coordinate representation of color #B155E0: hue angle of 279.71º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B155E0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 85 224 -
CMYK 0.21 0.62 0 0.12
HSL 279.71º 0.69% 0.61% -
HSV(B) 279.71º 0.62% 0.88% -
XYZ 34.83 21.23 72.78 -
YUV 128.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 177 85 224 0.21 0.62 0 0.12 279.71 0.69 0.61
Hex B1 55 E0 15 3E 0 C 118 45 3D
Octal 261 125 340 25 76 0 14 430 105 75
Binary 10110001 1010101 11100000 10101 111110 0 1100 100011000 1000101 111101

Color Harmonies of #B155E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155E0

Black with #B155E0

Text Example


Text Example

White with #B155E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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