Html Css Color HEX #B15699 Violet Blue

📋 copy color: '#B15699'

red 177 ◦ green 86 ◦ blue 153

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

Shades of Violet Blue #B15699

Tints of Violet Blue #B15699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 42.55%
G = 20.67%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B15699 (or 0xB15699) is known color: Violet Blue. HEX triplet: B1, 56 and 99. RGB value is (177,86,153). Sum of RGB (Red+Green+Blue) = 177+86+153=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B15699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15699 is #4EA966. Grayscale: #787878. Windows color (decimal): -5155175 or 10049201. OLE color: 10049201.

HSL color Cylindrical-coordinate representation of color #B15699: hue angle of 315.82º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15699 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 153 -
CMYK 0 0.51 0.14 0.31
HSL 315.82º 0.37% 0.52% -
HSV(B) 315.82º 0.51% 0.69% -
XYZ 27.21 18.3 32.24 -
YUV 120.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 177 86 153 0 0.51 0.14 0.31 315.82 0.37 0.52
Hex B1 56 99 0 33 E 1F 13C 25 34
Octal 261 126 231 0 63 16 37 474 45 64
Binary 10110001 1010110 10011001 0 110011 1110 11111 100111100 100101 110100

Color Harmonies of #B15699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15699

Black with #B15699

Text Example


Text Example

White with #B15699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15699; }

 p { color: rgb(177,86,153); }

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

background-color css

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

 a { background-color: rgb(177,86,153); }

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

border-color css

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

 span { border-color: rgb(177,86,153); }

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