Html Css Color HEX #B2609E Violet Blue

📋 copy color: '#B2609E'

red 178 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #B2609E

Tints of Violet Blue #B2609E

RGB

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

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

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

R = 41.2%
G = 22.22%
B = 36.57%

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

#B2609E (or 0xB2609E) is known color: Violet Blue. HEX triplet: B2, 60 and 9E. RGB value is (178,96,158). Sum of RGB (Red+Green+Blue) = 178+96+158=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2609E is #4D9F61. Grayscale: #7F7F7F. Windows color (decimal): -5087074 or 10379442. OLE color: 10379442.

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

Color convert

RGB 178 96 158 -
CMYK 0 0.46 0.11 0.30
HSL 314.63º 0.35% 0.54% -
HSV(B) 314.63º 0.46% 0.7% -
XYZ 28.71 20.3 34.75 -
YUV 127.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 178 96 158 0 0.46 0.11 0.30 314.63 0.35 0.54
Hex B2 60 9E 0 2E B 1E 13B 23 36
Octal 262 140 236 0 56 13 36 473 43 66
Binary 10110010 1100000 10011110 0 101110 1011 11110 100111011 100011 110110

Color Harmonies of #B2609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2609E

Black with #B2609E

Text Example


Text Example

White with #B2609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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