Html Css Color HEX #B953A4 Violet Blue

📋 copy color: '#B953A4'

red 185 ◦ green 83 ◦ blue 164

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

Shades of Violet Blue #B953A4

Tints of Violet Blue #B953A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 42.82%
G = 19.21%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B953A4 (or 0xB953A4) is known color: Violet Blue. HEX triplet: B9, 53 and A4. RGB value is (185,83,164). Sum of RGB (Red+Green+Blue) = 185+83+164=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B953A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953A4 is #46AC5B. Grayscale: #7A7A7A. Windows color (decimal): -4631644 or 10769337. OLE color: 10769337.

HSL color Cylindrical-coordinate representation of color #B953A4: hue angle of 312.35º 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 #B953A4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 164 -
CMYK 0 0.55 0.11 0.27
HSL 312.35º 0.42% 0.53% -
HSV(B) 312.35º 0.55% 0.73% -
XYZ 29.8 19.18 37.25 -
YUV 122.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 185 83 164 0 0.55 0.11 0.27 312.35 0.42 0.53
Hex B9 53 A4 0 37 B 1B 138 2A 35
Octal 271 123 244 0 67 13 33 470 52 65
Binary 10111001 1010011 10100100 0 110111 1011 11011 100111000 101010 110101

Color Harmonies of #B953A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953A4

Black with #B953A4

Text Example


Text Example

White with #B953A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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