Html Css Color HEX #B15AA3 Violet Blue

📋 copy color: '#B15AA3'

red 177 ◦ green 90 ◦ blue 163

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

Shades of Violet Blue #B15AA3

Tints of Violet Blue #B15AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 41.16%
G = 20.93%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B15AA3 (or 0xB15AA3) is known color: Violet Blue. HEX triplet: B1, 5A and A3. RGB value is (177,90,163). Sum of RGB (Red+Green+Blue) = 177+90+163=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AA3 is #4EA55C. Grayscale: #7C7C7C. Windows color (decimal): -5154141 or 10705585. OLE color: 10705585.

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

Color convert

RGB 177 90 163 -
CMYK 0 0.49 0.08 0.31
HSL 309.66º 0.36% 0.52% -
HSV(B) 309.66º 0.49% 0.69% -
XYZ 28.4 19.3 36.88 -
YUV 124.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 177 90 163 0 0.49 0.08 0.31 309.66 0.36 0.52
Hex B1 5A A3 0 31 8 1F 136 24 34
Octal 261 132 243 0 61 10 37 466 44 64
Binary 10110001 1011010 10100011 0 110001 1000 11111 100110110 100100 110100

Color Harmonies of #B15AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AA3

Black with #B15AA3

Text Example


Text Example

White with #B15AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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