Html Css Color HEX #B957A5 Violet Blue

📋 copy color: '#B957A5'

red 185 ◦ green 87 ◦ blue 165

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

Shades of Violet Blue #B957A5

Tints of Violet Blue #B957A5

RGB

 RED value IS 185 (72.66% from 255) = 42.33%

 GREEN value IS 87 (34.38% from 255) = 19.91%

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 42.33%
G = 19.91%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B957A5 (or 0xB957A5) is known color: Violet Blue. HEX triplet: B9, 57 and A5. RGB value is (185,87,165). Sum of RGB (Red+Green+Blue) = 185+87+165=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A5 is #46A85A. Grayscale: #7C7C7C. Windows color (decimal): -4630619 or 10835897. OLE color: 10835897.

HSL color Cylindrical-coordinate representation of color #B957A5: hue angle of 312.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957A5 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 165 -
CMYK 0 0.53 0.11 0.27
HSL 312.24º 0.41% 0.53% -
HSV(B) 312.24º 0.53% 0.73% -
XYZ 30.21 19.85 37.84 -
YUV 125.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 185 87 165 0 0.53 0.11 0.27 312.24 0.41 0.53
Hex B9 57 A5 0 35 B 1B 138 29 35
Octal 271 127 245 0 65 13 33 470 51 65
Binary 10111001 1010111 10100101 0 110101 1011 11011 100111000 101001 110101

Color Harmonies of #B957A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957A5

Black with #B957A5

Text Example


Text Example

White with #B957A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957A5; }

 p { color: rgb(185,87,165); }

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

background-color css

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

 a { background-color: rgb(185,87,165); }

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

border-color css

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

 span { border-color: rgb(185,87,165); }

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