Html Css Color HEX #B15BC9 Medium Orchid

📋 copy color: '#B15BC9'

red 177 ◦ green 91 ◦ blue 201

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

Shades of Medium Orchid #B15BC9

Tints of Medium Orchid #B15BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 37.74%
G = 19.4%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B15BC9 (or 0xB15BC9) is known color: Medium Orchid. HEX triplet: B1, 5B and C9. RGB value is (177,91,201). Sum of RGB (Red+Green+Blue) = 177+91+201=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BC9 is #4EA436. Grayscale: #808080. Windows color (decimal): -5153847 or 13196209. OLE color: 13196209.

HSL color Cylindrical-coordinate representation of color #B15BC9: hue angle of 286.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15BC9 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 91 201 -
CMYK 0.12 0.55 0 0.21
HSL 286.91º 0.5% 0.57% -
HSV(B) 286.91º 0.55% 0.79% -
XYZ 32.42 21.05 57.61 -
YUV 129.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 177 91 201 0.12 0.55 0 0.21 286.91 0.5 0.57
Hex B1 5B C9 C 37 0 15 11F 32 39
Octal 261 133 311 14 67 0 25 437 62 71
Binary 10110001 1011011 11001001 1100 110111 0 10101 100011111 110010 111001

Color Harmonies of #B15BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BC9

Black with #B15BC9

Text Example


Text Example

White with #B15BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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