Html Css Color HEX #B15AAF Violet Blue

📋 copy color: '#B15AAF'

red 177 ◦ green 90 ◦ blue 175

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

Shades of Violet Blue #B15AAF

Tints of Violet Blue #B15AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 40.05%
G = 20.36%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B15AAF (or 0xB15AAF) is known color: Violet Blue. HEX triplet: B1, 5A and AF. RGB value is (177,90,175). Sum of RGB (Red+Green+Blue) = 177+90+175=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAF is #4EA550. Grayscale: #7D7D7D. Windows color (decimal): -5154129 or 11492017. OLE color: 11492017.

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

Color convert

RGB 177 90 175 -
CMYK 0 0.49 0.01 0.31
HSL 301.38º 0.36% 0.52% -
HSV(B) 301.38º 0.49% 0.69% -
XYZ 29.53 19.75 42.81 -
YUV 125.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 177 90 175 0 0.49 0.01 0.31 301.38 0.36 0.52
Hex B1 5A AF 0 31 1 1F 12D 24 34
Octal 261 132 257 0 61 1 37 455 44 64
Binary 10110001 1011010 10101111 0 110001 1 11111 100101101 100100 110100

Color Harmonies of #B15AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AAF

Black with #B15AAF

Text Example


Text Example

White with #B15AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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