Html Css Color HEX #B15CA3 Violet Blue

📋 copy color: '#B15CA3'

red 177 ◦ green 92 ◦ blue 163

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

Shades of Violet Blue #B15CA3

Tints of Violet Blue #B15CA3

RGB

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

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

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

R = 40.97%
G = 21.3%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B15CA3 (or 0xB15CA3) is known color: Violet Blue. HEX triplet: B1, 5C and A3. RGB value is (177,92,163). Sum of RGB (Red+Green+Blue) = 177+92+163=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA3 is #4EA35C. Grayscale: #7D7D7D. Windows color (decimal): -5153629 or 10706097. OLE color: 10706097.

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

Color convert

RGB 177 92 163 -
CMYK 0 0.48 0.08 0.31
HSL 309.88º 0.35% 0.53% -
HSV(B) 309.88º 0.48% 0.69% -
XYZ 28.57 19.65 36.94 -
YUV 125.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 177 92 163 0 0.48 0.08 0.31 309.88 0.35 0.53
Hex B1 5C A3 0 30 8 1F 136 23 35
Octal 261 134 243 0 60 10 37 466 43 65
Binary 10110001 1011100 10100011 0 110000 1000 11111 100110110 100011 110101

Color Harmonies of #B15CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CA3

Black with #B15CA3

Text Example


Text Example

White with #B15CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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