Html Css Color HEX #B15F9E Violet Blue

📋 copy color: '#B15F9E'

red 177 ◦ green 95 ◦ blue 158

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

Shades of Violet Blue #B15F9E

Tints of Violet Blue #B15F9E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 41.16%
G = 22.09%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B15F9E (or 0xB15F9E) is known color: Violet Blue. HEX triplet: B1, 5F and 9E. RGB value is (177,95,158). Sum of RGB (Red+Green+Blue) = 177+95+158=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F9E is #4EA061. Grayscale: #7E7E7E. Windows color (decimal): -5152866 or 10379185. OLE color: 10379185.

HSL color Cylindrical-coordinate representation of color #B15F9E: hue angle of 313.9º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F9E is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 95 158 -
CMYK 0 0.46 0.11 0.31
HSL 313.9º 0.34% 0.53% -
HSV(B) 313.9º 0.46% 0.69% -
XYZ 28.4 20 34.71 -
YUV 126.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 177 95 158 0 0.46 0.11 0.31 313.9 0.34 0.53
Hex B1 5F 9E 0 2E B 1F 13A 22 35
Octal 261 137 236 0 56 13 37 472 42 65
Binary 10110001 1011111 10011110 0 101110 1011 11111 100111010 100010 110101

Color Harmonies of #B15F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F9E

Black with #B15F9E

Text Example


Text Example

White with #B15F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F9E; }

 p { color: rgb(177,95,158); }

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

background-color css

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

 a { background-color: rgb(177,95,158); }

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

border-color css

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

 span { border-color: rgb(177,95,158); }

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