Html Css Color HEX #B155ED Medium Orchid

📋 copy color: '#B155ED'

red 177 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #B155ED

Tints of Medium Orchid #B155ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 35.47%
G = 17.03%
B = 47.49%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B155ED (or 0xB155ED) is known color: Medium Orchid. HEX triplet: B1, 55 and ED. RGB value is (177,85,237). Sum of RGB (Red+Green+Blue) = 177+85+237=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B155ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155ED is #4EAA12. Grayscale: #818181. Windows color (decimal): -5155347 or 15553969. OLE color: 15553969.

HSL color Cylindrical-coordinate representation of color #B155ED: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B155ED is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 85 237 -
CMYK 0.25 0.64 0 0.07
HSL 276.32º 0.81% 0.63% -
HSV(B) 276.32º 0.64% 0.93% -
XYZ 36.67 21.96 82.43 -
YUV 129.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 177 85 237 0.25 0.64 0 0.07 276.32 0.81 0.63
Hex B1 55 ED 19 40 0 7 114 51 3F
Octal 261 125 355 31 100 0 7 424 121 77
Binary 10110001 1010101 11101101 11001 1000000 0 111 100010100 1010001 111111

Color Harmonies of #B155ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155ED

Black with #B155ED

Text Example


Text Example

White with #B155ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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