Html Css Color HEX #B1489E Violet Blue

📋 copy color: '#B1489E'

red 177 ◦ green 72 ◦ blue 158

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

Shades of Violet Blue #B1489E

Tints of Violet Blue #B1489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 43.49%
G = 17.69%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1489E (or 0xB1489E) is known color: Violet Blue. HEX triplet: B1, 48 and 9E. RGB value is (177,72,158). Sum of RGB (Red+Green+Blue) = 177+72+158=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489E is #4EB761. Grayscale: #707070. Windows color (decimal): -5158754 or 10373297. OLE color: 10373297.

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

Color convert

RGB 177 72 158 -
CMYK 0 0.59 0.11 0.31
HSL 310.86º 0.42% 0.49% -
HSV(B) 310.86º 0.59% 0.69% -
XYZ 26.62 16.45 34.12 -
YUV 113.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 177 72 158 0 0.59 0.11 0.31 310.86 0.42 0.49
Hex B1 48 9E 0 3B B 1F 137 2A 31
Octal 261 110 236 0 73 13 37 467 52 61
Binary 10110001 1001000 10011110 0 111011 1011 11111 100110111 101010 110001

Color Harmonies of #B1489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1489E

Black with #B1489E

Text Example


Text Example

White with #B1489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1489E; }

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

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

background-color css

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

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

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

border-color css

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

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

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