Html Css Color HEX #B155EA Medium Orchid

📋 copy color: '#B155EA'

red 177 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #B155EA

Tints of Medium Orchid #B155EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 35.69%
G = 17.14%
B = 47.18%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B155EA (or 0xB155EA) is known color: Medium Orchid. HEX triplet: B1, 55 and EA. RGB value is (177,85,234). Sum of RGB (Red+Green+Blue) = 177+85+234=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #B155EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155EA is #4EAA15. Grayscale: #808080. Windows color (decimal): -5155350 or 15357361. OLE color: 15357361.

HSL color Cylindrical-coordinate representation of color #B155EA: hue angle of 277.05º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B155EA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 85 234 -
CMYK 0.24 0.64 0 0.08
HSL 277.05º 0.78% 0.63% -
HSV(B) 277.05º 0.64% 0.92% -
XYZ 36.23 21.78 80.14 -
YUV 129.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 177 85 234 0.24 0.64 0 0.08 277.05 0.78 0.63
Hex B1 55 EA 18 40 0 8 115 4E 3F
Octal 261 125 352 30 100 0 10 425 116 77
Binary 10110001 1010101 11101010 11000 1000000 0 1000 100010101 1001110 111111

Color Harmonies of #B155EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155EA

Black with #B155EA

Text Example


Text Example

White with #B155EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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