Html Css Color HEX #B15AA0 Violet Blue

📋 copy color: '#B15AA0'

red 177 ◦ green 90 ◦ blue 160

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

Shades of Violet Blue #B15AA0

Tints of Violet Blue #B15AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 41.45%
G = 21.08%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B15AA0 (or 0xB15AA0) is known color: Violet Blue. HEX triplet: B1, 5A and A0. RGB value is (177,90,160). Sum of RGB (Red+Green+Blue) = 177+90+160=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AA0 is #4EA55F. Grayscale: #7B7B7B. Windows color (decimal): -5154144 or 10508977. OLE color: 10508977.

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

Color convert

RGB 177 90 160 -
CMYK 0 0.49 0.10 0.31
HSL 311.72º 0.36% 0.52% -
HSV(B) 311.72º 0.49% 0.69% -
XYZ 28.13 19.2 35.48 -
YUV 123.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 177 90 160 0 0.49 0.10 0.31 311.72 0.36 0.52
Hex B1 5A A0 0 31 A 1F 138 24 34
Octal 261 132 240 0 61 12 37 470 44 64
Binary 10110001 1011010 10100000 0 110001 1010 11111 100111000 100100 110100

Color Harmonies of #B15AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AA0

Black with #B15AA0

Text Example


Text Example

White with #B15AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AA0; }

 p { color: rgb(177,90,160); }

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

background-color css

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

 a { background-color: rgb(177,90,160); }

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

border-color css

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

 span { border-color: rgb(177,90,160); }

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