Html Css Color HEX #B1509D Violet Blue

📋 copy color: '#B1509D'

red 177 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #B1509D

Tints of Violet Blue #B1509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 42.75%
G = 19.32%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1509D (or 0xB1509D) is known color: Violet Blue. HEX triplet: B1, 50 and 9D. RGB value is (177,80,157). Sum of RGB (Red+Green+Blue) = 177+80+157=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509D is #4EAF62. Grayscale: #757575. Windows color (decimal): -5156707 or 10309809. OLE color: 10309809.

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

Color convert

RGB 177 80 157 -
CMYK 0 0.55 0.11 0.31
HSL 312.37º 0.38% 0.5% -
HSV(B) 312.37º 0.55% 0.69% -
XYZ 27.09 17.52 33.85 -
YUV 117.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 177 80 157 0 0.55 0.11 0.31 312.37 0.38 0.5
Hex B1 50 9D 0 37 B 1F 138 26 32
Octal 261 120 235 0 67 13 37 470 46 62
Binary 10110001 1010000 10011101 0 110111 1011 11111 100111000 100110 110010

Color Harmonies of #B1509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1509D

Black with #B1509D

Text Example


Text Example

White with #B1509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1509D; }

 p { color: rgb(177,80,157); }

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

background-color css

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

 a { background-color: rgb(177,80,157); }

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

border-color css

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

 span { border-color: rgb(177,80,157); }

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