Html Css Color HEX #B953A3 Violet Blue

📋 copy color: '#B953A3'

red 185 ◦ green 83 ◦ blue 163

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

Shades of Violet Blue #B953A3

Tints of Violet Blue #B953A3

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

 GREEN value IS 83 (32.81% from 255) = 19.26%

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

R = 42.92%
G = 19.26%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B953A3 (or 0xB953A3) is known color: Violet Blue. HEX triplet: B9, 53 and A3. RGB value is (185,83,163). Sum of RGB (Red+Green+Blue) = 185+83+163=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B953A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953A3 is #46AC5C. Grayscale: #7A7A7A. Windows color (decimal): -4631645 or 10703801. OLE color: 10703801.

HSL color Cylindrical-coordinate representation of color #B953A3: hue angle of 312.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B953A3 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 163 -
CMYK 0 0.55 0.12 0.27
HSL 312.94º 0.42% 0.53% -
HSV(B) 312.94º 0.55% 0.73% -
XYZ 29.71 19.15 36.78 -
YUV 122.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 185 83 163 0 0.55 0.12 0.27 312.94 0.42 0.53
Hex B9 53 A3 0 37 C 1B 139 2A 35
Octal 271 123 243 0 67 14 33 471 52 65
Binary 10111001 1010011 10100011 0 110111 1100 11011 100111001 101010 110101

Color Harmonies of #B953A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953A3

Black with #B953A3

Text Example


Text Example

White with #B953A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953A3; }

 p { color: rgb(185,83,163); }

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

background-color css

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

 a { background-color: rgb(185,83,163); }

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

border-color css

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

 span { border-color: rgb(185,83,163); }

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