Html Css Color HEX #B2609D Violet Blue

📋 copy color: '#B2609D'

red 178 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #B2609D

Tints of Violet Blue #B2609D

RGB

 RED value IS 178 (69.92% from 255) = 41.3%

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

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 41.3%
G = 22.27%
B = 36.43%

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

#B2609D (or 0xB2609D) is known color: Violet Blue. HEX triplet: B2, 60 and 9D. RGB value is (178,96,157). Sum of RGB (Red+Green+Blue) = 178+96+157=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2609D is #4D9F62. Grayscale: #7F7F7F. Windows color (decimal): -5087075 or 10313906. OLE color: 10313906.

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

Color convert

RGB 178 96 157 -
CMYK 0 0.46 0.12 0.30
HSL 315.37º 0.35% 0.54% -
HSV(B) 315.37º 0.46% 0.7% -
XYZ 28.63 20.27 34.3 -
YUV 127.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 178 96 157 0 0.46 0.12 0.30 315.37 0.35 0.54
Hex B2 60 9D 0 2E C 1E 13B 23 36
Octal 262 140 235 0 56 14 36 473 43 66
Binary 10110010 1100000 10011101 0 101110 1100 11110 100111011 100011 110110

Color Harmonies of #B2609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2609D

Black with #B2609D

Text Example


Text Example

White with #B2609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2609D; }

 p { color: rgb(178,96,157); }

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

background-color css

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

 a { background-color: rgb(178,96,157); }

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

border-color css

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

 span { border-color: rgb(178,96,157); }

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