Html Css Color HEX #B2619B Violet Blue

📋 copy color: '#B2619B'

red 178 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #B2619B

Tints of Violet Blue #B2619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 41.4%
G = 22.56%
B = 36.05%

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

#B2619B (or 0xB2619B) is known color: Violet Blue. HEX triplet: B2, 61 and 9B. RGB value is (178,97,155). Sum of RGB (Red+Green+Blue) = 178+97+155=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2619B is #4D9E64. Grayscale: #7F7F7F. Windows color (decimal): -5086821 or 10183090. OLE color: 10183090.

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

Color convert

RGB 178 97 155 -
CMYK 0 0.46 0.13 0.30
HSL 317.04º 0.34% 0.54% -
HSV(B) 317.04º 0.46% 0.7% -
XYZ 28.55 20.38 33.44 -
YUV 127.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 178 97 155 0 0.46 0.13 0.30 317.04 0.34 0.54
Hex B2 61 9B 0 2E D 1E 13D 22 36
Octal 262 141 233 0 56 15 36 475 42 66
Binary 10110010 1100001 10011011 0 101110 1101 11110 100111101 100010 110110

Color Harmonies of #B2619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2619B

Black with #B2619B

Text Example


Text Example

White with #B2619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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