Html Css Color HEX #B2629D Violet Blue

📋 copy color: '#B2629D'

red 178 ◦ green 98 ◦ blue 157

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

Shades of Violet Blue #B2629D

Tints of Violet Blue #B2629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

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

R = 41.11%
G = 22.63%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2629D (or 0xB2629D) is known color: Violet Blue. HEX triplet: B2, 62 and 9D. RGB value is (178,98,157). Sum of RGB (Red+Green+Blue) = 178+98+157=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2629D is #4D9D62. Grayscale: #808080. Windows color (decimal): -5086563 or 10314418. OLE color: 10314418.

HSL color Cylindrical-coordinate representation of color #B2629D: hue angle of 315.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2629D is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 157 -
CMYK 0 0.45 0.12 0.30
HSL 315.75º 0.34% 0.54% -
HSV(B) 315.75º 0.45% 0.7% -
XYZ 28.81 20.63 34.36 -
YUV 128.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 178 98 157 0 0.45 0.12 0.30 315.75 0.34 0.54
Hex B2 62 9D 0 2D C 1E 13C 22 36
Octal 262 142 235 0 55 14 36 474 42 66
Binary 10110010 1100010 10011101 0 101101 1100 11110 100111100 100010 110110

Color Harmonies of #B2629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2629D

Black with #B2629D

Text Example


Text Example

White with #B2629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2629D; }

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

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

background-color css

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

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

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

border-color css

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

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

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