Html Css Color HEX #B3619F Violet Blue

📋 copy color: '#B3619F'

red 179 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #B3619F

Tints of Violet Blue #B3619F

RGB

 RED value IS 179 (70.31% from 255) = 41.15%

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 41.15%
G = 22.3%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3619F (or 0xB3619F) is known color: Violet Blue. HEX triplet: B3, 61 and 9F. RGB value is (179,97,159). Sum of RGB (Red+Green+Blue) = 179+97+159=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3619F is #4C9E60. Grayscale: #808080. Windows color (decimal): -5021281 or 10445235. OLE color: 10445235.

HSL color Cylindrical-coordinate representation of color #B3619F: hue angle of 314.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3619F is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 97 159 -
CMYK 0 0.46 0.11 0.30
HSL 314.63º 0.35% 0.54% -
HSV(B) 314.63º 0.46% 0.7% -
XYZ 29.12 20.64 35.25 -
YUV 128.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 179 97 159 0 0.46 0.11 0.30 314.63 0.35 0.54
Hex B3 61 9F 0 2E B 1E 13B 23 36
Octal 263 141 237 0 56 13 36 473 43 66
Binary 10110011 1100001 10011111 0 101110 1011 11110 100111011 100011 110110

Color Harmonies of #B3619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3619F

Black with #B3619F

Text Example


Text Example

White with #B3619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3619F; }

 p { color: rgb(179,97,159); }

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

background-color css

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

 a { background-color: rgb(179,97,159); }

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

border-color css

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

 span { border-color: rgb(179,97,159); }

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