Html Css Color HEX #B155C8 Medium Orchid

📋 copy color: '#B155C8'

red 177 ◦ green 85 ◦ blue 200

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

Shades of Medium Orchid #B155C8

Tints of Medium Orchid #B155C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.29%

R = 38.31%
G = 18.4%
B = 43.29%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B155C8 (or 0xB155C8) is known color: Medium Orchid. HEX triplet: B1, 55 and C8. RGB value is (177,85,200). Sum of RGB (Red+Green+Blue) = 177+85+200=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #B155C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155C8 is #4EAA37. Grayscale: #7D7D7D. Windows color (decimal): -5155384 or 13129137. OLE color: 13129137.

HSL color Cylindrical-coordinate representation of color #B155C8: hue angle of 288º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B155C8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 85 200 -
CMYK 0.12 0.58 0 0.22
HSL 288º 0.51% 0.56% -
HSV(B) 288º 0.58% 0.78% -
XYZ 31.81 20.01 56.83 -
YUV 125.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 177 85 200 0.12 0.58 0 0.22 288 0.51 0.56
Hex B1 55 C8 C 3A 0 16 120 33 38
Octal 261 125 310 14 72 0 26 440 63 70
Binary 10110001 1010101 11001000 1100 111010 0 10110 100100000 110011 111000

Color Harmonies of #B155C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155C8

Black with #B155C8

Text Example


Text Example

White with #B155C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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