Html Css Color HEX #B2619F Violet Blue

📋 copy color: '#B2619F'

red 178 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #B2619F

Tints of Violet Blue #B2619F

RGB

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

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

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

R = 41.01%
G = 22.35%
B = 36.64%

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

#B2619F (or 0xB2619F) is known color: Violet Blue. HEX triplet: B2, 61 and 9F. RGB value is (178,97,159). Sum of RGB (Red+Green+Blue) = 178+97+159=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2619F is #4D9E60. Grayscale: #808080. Windows color (decimal): -5086817 or 10445234. OLE color: 10445234.

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

Color convert

RGB 178 97 159 -
CMYK 0 0.46 0.11 0.30
HSL 314.07º 0.34% 0.54% -
HSV(B) 314.07º 0.46% 0.7% -
XYZ 28.89 20.52 35.24 -
YUV 128.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 178 97 159 0 0.46 0.11 0.30 314.07 0.34 0.54
Hex B2 61 9F 0 2E B 1E 13A 22 36
Octal 262 141 237 0 56 13 36 472 42 66
Binary 10110010 1100001 10011111 0 101110 1011 11110 100111010 100010 110110

Color Harmonies of #B2619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2619F

Black with #B2619F

Text Example


Text Example

White with #B2619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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