Html Css Color HEX #B155E9 Medium Orchid

📋 copy color: '#B155E9'

red 177 ◦ green 85 ◦ blue 233

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

Shades of Medium Orchid #B155E9

Tints of Medium Orchid #B155E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 35.76%
G = 17.17%
B = 47.07%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B155E9 (or 0xB155E9) is known color: Medium Orchid. HEX triplet: B1, 55 and E9. RGB value is (177,85,233). Sum of RGB (Red+Green+Blue) = 177+85+233=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #B155E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155E9 is #4EAA16. Grayscale: #808080. Windows color (decimal): -5155351 or 15291825. OLE color: 15291825.

HSL color Cylindrical-coordinate representation of color #B155E9: hue angle of 277.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B155E9 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 85 233 -
CMYK 0.24 0.64 0 0.09
HSL 277.3º 0.77% 0.62% -
HSV(B) 277.3º 0.64% 0.91% -
XYZ 36.09 21.73 79.38 -
YUV 129.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 177 85 233 0.24 0.64 0 0.09 277.3 0.77 0.62
Hex B1 55 E9 18 40 0 9 115 4D 3E
Octal 261 125 351 30 100 0 11 425 115 76
Binary 10110001 1010101 11101001 11000 1000000 0 1001 100010101 1001101 111110

Color Harmonies of #B155E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155E9

Black with #B155E9

Text Example


Text Example

White with #B155E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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