Html Css Color HEX #B2609A Violet Blue

📋 copy color: '#B2609A'

red 178 ◦ green 96 ◦ blue 154

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

Shades of Violet Blue #B2609A

Tints of Violet Blue #B2609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 41.59%
G = 22.43%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2609A (or 0xB2609A) is known color: Violet Blue. HEX triplet: B2, 60 and 9A. RGB value is (178,96,154). Sum of RGB (Red+Green+Blue) = 178+96+154=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2609A is #4D9F65. Grayscale: #7E7E7E. Windows color (decimal): -5087078 or 10117298. OLE color: 10117298.

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

Color convert

RGB 178 96 154 -
CMYK 0 0.46 0.13 0.30
HSL 317.56º 0.35% 0.54% -
HSV(B) 317.56º 0.46% 0.7% -
XYZ 28.38 20.16 32.97 -
YUV 127.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 178 96 154 0 0.46 0.13 0.30 317.56 0.35 0.54
Hex B2 60 9A 0 2E D 1E 13E 23 36
Octal 262 140 232 0 56 15 36 476 43 66
Binary 10110010 1100000 10011010 0 101110 1101 11110 100111110 100011 110110

Color Harmonies of #B2609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2609A

Black with #B2609A

Text Example


Text Example

White with #B2609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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