Html Css Color HEX #B15BC6 Medium Orchid

📋 copy color: '#B15BC6'

red 177 ◦ green 91 ◦ blue 198

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

Shades of Medium Orchid #B15BC6

Tints of Medium Orchid #B15BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.53%

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 37.98%
G = 19.53%
B = 42.49%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B15BC6 (or 0xB15BC6) is known color: Medium Orchid. HEX triplet: B1, 5B and C6. RGB value is (177,91,198). Sum of RGB (Red+Green+Blue) = 177+91+198=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #B15BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BC6 is #4EA439. Grayscale: #808080. Windows color (decimal): -5153850 or 12999601. OLE color: 12999601.

HSL color Cylindrical-coordinate representation of color #B15BC6: hue angle of 288.22º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15BC6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 91 198 -
CMYK 0.11 0.54 0 0.22
HSL 288.22º 0.48% 0.57% -
HSV(B) 288.22º 0.54% 0.78% -
XYZ 32.07 20.91 55.77 -
YUV 128.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 177 91 198 0.11 0.54 0 0.22 288.22 0.48 0.57
Hex B1 5B C6 B 36 0 16 120 30 39
Octal 261 133 306 13 66 0 26 440 60 71
Binary 10110001 1011011 11000110 1011 110110 0 10110 100100000 110000 111001

Color Harmonies of #B15BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BC6

Black with #B15BC6

Text Example


Text Example

White with #B15BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BC6; }

 p { color: rgb(177,91,198); }

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

background-color css

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

 a { background-color: rgb(177,91,198); }

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

border-color css

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

 span { border-color: rgb(177,91,198); }

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