Html Css Color HEX #B15A9F Violet Blue

📋 copy color: '#B15A9F'

red 177 ◦ green 90 ◦ blue 159

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

Shades of Violet Blue #B15A9F

Tints of Violet Blue #B15A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 41.55%
G = 21.13%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B15A9F (or 0xB15A9F) is known color: Violet Blue. HEX triplet: B1, 5A and 9F. RGB value is (177,90,159). Sum of RGB (Red+Green+Blue) = 177+90+159=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A9F is #4EA560. Grayscale: #7B7B7B. Windows color (decimal): -5154145 or 10443441. OLE color: 10443441.

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

Color convert

RGB 177 90 159 -
CMYK 0 0.49 0.10 0.31
HSL 312.41º 0.36% 0.52% -
HSV(B) 312.41º 0.49% 0.69% -
XYZ 28.05 19.16 35.02 -
YUV 123.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 177 90 159 0 0.49 0.10 0.31 312.41 0.36 0.52
Hex B1 5A 9F 0 31 A 1F 138 24 34
Octal 261 132 237 0 61 12 37 470 44 64
Binary 10110001 1011010 10011111 0 110001 1010 11111 100111000 100100 110100

Color Harmonies of #B15A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A9F

Black with #B15A9F

Text Example


Text Example

White with #B15A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A9F; }

 p { color: rgb(177,90,159); }

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

background-color css

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

 a { background-color: rgb(177,90,159); }

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

border-color css

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

 span { border-color: rgb(177,90,159); }

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