Html Css Color HEX #B15CA6 Violet Blue

📋 copy color: '#B15CA6'

red 177 ◦ green 92 ◦ blue 166

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

Shades of Violet Blue #B15CA6

Tints of Violet Blue #B15CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 40.69%
G = 21.15%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B15CA6 (or 0xB15CA6) is known color: Violet Blue. HEX triplet: B1, 5C and A6. RGB value is (177,92,166). Sum of RGB (Red+Green+Blue) = 177+92+166=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA6 is #4EA359. Grayscale: #7D7D7D. Windows color (decimal): -5153626 or 10902705. OLE color: 10902705.

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

Color convert

RGB 177 92 166 -
CMYK 0 0.48 0.06 0.31
HSL 307.76º 0.35% 0.53% -
HSV(B) 307.76º 0.48% 0.69% -
XYZ 28.84 19.75 38.37 -
YUV 125.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 177 92 166 0 0.48 0.06 0.31 307.76 0.35 0.53
Hex B1 5C A6 0 30 6 1F 134 23 35
Octal 261 134 246 0 60 6 37 464 43 65
Binary 10110001 1011100 10100110 0 110000 110 11111 100110100 100011 110101

Color Harmonies of #B15CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CA6

Black with #B15CA6

Text Example


Text Example

White with #B15CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CA6; }

 p { color: rgb(177,92,166); }

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

background-color css

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

 a { background-color: rgb(177,92,166); }

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

border-color css

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

 span { border-color: rgb(177,92,166); }

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