Html Css Color HEX #B3609E Violet Blue

📋 copy color: '#B3609E'

red 179 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #B3609E

Tints of Violet Blue #B3609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 41.34%
G = 22.17%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3609E (or 0xB3609E) is known color: Violet Blue. HEX triplet: B3, 60 and 9E. RGB value is (179,96,158). Sum of RGB (Red+Green+Blue) = 179+96+158=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609E is #4C9F61. Grayscale: #7F7F7F. Windows color (decimal): -5021538 or 10379443. OLE color: 10379443.

HSL color Cylindrical-coordinate representation of color #B3609E: hue angle of 315.18º 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 #B3609E is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 158 -
CMYK 0 0.46 0.12 0.30
HSL 315.18º 0.35% 0.54% -
HSV(B) 315.18º 0.46% 0.7% -
XYZ 28.94 20.42 34.76 -
YUV 127.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 179 96 158 0 0.46 0.12 0.30 315.18 0.35 0.54
Hex B3 60 9E 0 2E C 1E 13B 23 36
Octal 263 140 236 0 56 14 36 473 43 66
Binary 10110011 1100000 10011110 0 101110 1100 11110 100111011 100011 110110

Color Harmonies of #B3609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3609E

Black with #B3609E

Text Example


Text Example

White with #B3609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3609E; }

 p { color: rgb(179,96,158); }

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

background-color css

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

 a { background-color: rgb(179,96,158); }

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

border-color css

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

 span { border-color: rgb(179,96,158); }

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