Html Css Color HEX #B150AA Violet Blue

📋 copy color: '#B150AA'

red 177 ◦ green 80 ◦ blue 170

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

Shades of Violet Blue #B150AA

Tints of Violet Blue #B150AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 41.45%
G = 18.74%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B150AA (or 0xB150AA) is known color: Violet Blue. HEX triplet: B1, 50 and AA. RGB value is (177,80,170). Sum of RGB (Red+Green+Blue) = 177+80+170=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AA is #4EAF55. Grayscale: #777777. Windows color (decimal): -5156694 or 11161777. OLE color: 11161777.

HSL color Cylindrical-coordinate representation of color #B150AA: hue angle of 304.33º 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 #B150AA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 170 -
CMYK 0 0.55 0.04 0.31
HSL 304.33º 0.38% 0.5% -
HSV(B) 304.33º 0.55% 0.69% -
XYZ 28.26 17.99 40.01 -
YUV 119.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 177 80 170 0 0.55 0.04 0.31 304.33 0.38 0.5
Hex B1 50 AA 0 37 4 1F 130 26 32
Octal 261 120 252 0 67 4 37 460 46 62
Binary 10110001 1010000 10101010 0 110111 100 11111 100110000 100110 110010

Color Harmonies of #B150AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150AA

Black with #B150AA

Text Example


Text Example

White with #B150AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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