Html Css Color HEX #B13FA4 Violet Blue

📋 copy color: '#B13FA4'

red 177 ◦ green 63 ◦ blue 164

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

Shades of Violet Blue #B13FA4

Tints of Violet Blue #B13FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 43.81%
G = 15.59%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B13FA4 (or 0xB13FA4) is known color: Violet Blue. HEX triplet: B1, 3F and A4. RGB value is (177,63,164). Sum of RGB (Red+Green+Blue) = 177+63+164=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FA4 is #4EC05B. Grayscale: #6C6C6C. Windows color (decimal): -5161052 or 10764209. OLE color: 10764209.

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

Color convert

RGB 177 63 164 -
CMYK 0 0.64 0.07 0.31
HSL 306.84º 0.48% 0.47% -
HSV(B) 306.84º 0.64% 0.69% -
XYZ 26.61 15.58 36.73 -
YUV 108.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 177 63 164 0 0.64 0.07 0.31 306.84 0.48 0.47
Hex B1 3F A4 0 40 7 1F 133 30 2F
Octal 261 77 244 0 100 7 37 463 60 57
Binary 10110001 111111 10100100 0 1000000 111 11111 100110011 110000 101111

Color Harmonies of #B13FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FA4

Black with #B13FA4

Text Example


Text Example

White with #B13FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FA4; }

 p { color: rgb(177,63,164); }

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

background-color css

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

 a { background-color: rgb(177,63,164); }

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

border-color css

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

 span { border-color: rgb(177,63,164); }

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