Html Css Color HEX #B15DA3 Violet Blue

📋 copy color: '#B15DA3'

red 177 ◦ green 93 ◦ blue 163

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

Shades of Violet Blue #B15DA3

Tints of Violet Blue #B15DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

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

R = 40.88%
G = 21.48%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B15DA3 (or 0xB15DA3) is known color: Violet Blue. HEX triplet: B1, 5D and A3. RGB value is (177,93,163). Sum of RGB (Red+Green+Blue) = 177+93+163=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DA3 is #4EA25C. Grayscale: #7D7D7D. Windows color (decimal): -5153373 or 10706353. OLE color: 10706353.

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

Color convert

RGB 177 93 163 -
CMYK 0 0.47 0.08 0.31
HSL 310º 0.35% 0.53% -
HSV(B) 310º 0.47% 0.69% -
XYZ 28.66 19.82 36.97 -
YUV 126.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 177 93 163 0 0.47 0.08 0.31 310 0.35 0.53
Hex B1 5D A3 0 2F 8 1F 136 23 35
Octal 261 135 243 0 57 10 37 466 43 65
Binary 10110001 1011101 10100011 0 101111 1000 11111 100110110 100011 110101

Color Harmonies of #B15DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DA3

Black with #B15DA3

Text Example


Text Example

White with #B15DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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