Html Css Color HEX #B15FAE Violet Blue

📋 copy color: '#B15FAE'

red 177 ◦ green 95 ◦ blue 174

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

Shades of Violet Blue #B15FAE

Tints of Violet Blue #B15FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 39.69%
G = 21.3%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B15FAE (or 0xB15FAE) is known color: Violet Blue. HEX triplet: B1, 5F and AE. RGB value is (177,95,174). Sum of RGB (Red+Green+Blue) = 177+95+174=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAE is #4EA051. Grayscale: #808080. Windows color (decimal): -5152850 or 11427761. OLE color: 11427761.

HSL color Cylindrical-coordinate representation of color #B15FAE: hue angle of 302.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15FAE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 95 174 -
CMYK 0 0.46 0.02 0.31
HSL 302.2º 0.34% 0.53% -
HSV(B) 302.2º 0.46% 0.69% -
XYZ 29.86 20.59 42.44 -
YUV 128.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 177 95 174 0 0.46 0.02 0.31 302.2 0.34 0.53
Hex B1 5F AE 0 2E 2 1F 12E 22 35
Octal 261 137 256 0 56 2 37 456 42 65
Binary 10110001 1011111 10101110 0 101110 10 11111 100101110 100010 110101

Color Harmonies of #B15FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FAE

Black with #B15FAE

Text Example


Text Example

White with #B15FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FAE; }

 p { color: rgb(177,95,174); }

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

background-color css

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

 a { background-color: rgb(177,95,174); }

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

border-color css

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

 span { border-color: rgb(177,95,174); }

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