Html Css Color HEX #B1619C Violet Blue

📋 copy color: '#B1619C'

red 177 ◦ green 97 ◦ blue 156

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

Shades of Violet Blue #B1619C

Tints of Violet Blue #B1619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 41.16%
G = 22.56%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1619C (or 0xB1619C) is known color: Violet Blue. HEX triplet: B1, 61 and 9C. RGB value is (177,97,156). Sum of RGB (Red+Green+Blue) = 177+97+156=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619C is #4E9E63. Grayscale: #7F7F7F. Windows color (decimal): -5152356 or 10248625. OLE color: 10248625.

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

Color convert

RGB 177 97 156 -
CMYK 0 0.45 0.12 0.31
HSL 315.75º 0.34% 0.54% -
HSV(B) 315.75º 0.45% 0.69% -
XYZ 28.41 20.3 33.87 -
YUV 127.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 177 97 156 0 0.45 0.12 0.31 315.75 0.34 0.54
Hex B1 61 9C 0 2D C 1F 13C 22 36
Octal 261 141 234 0 55 14 37 474 42 66
Binary 10110001 1100001 10011100 0 101101 1100 11111 100111100 100010 110110

Color Harmonies of #B1619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1619C

Black with #B1619C

Text Example


Text Example

White with #B1619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1619C; }

 p { color: rgb(177,97,156); }

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

background-color css

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

 a { background-color: rgb(177,97,156); }

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

border-color css

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

 span { border-color: rgb(177,97,156); }

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