Html Css Color HEX #B0629B Violet Blue

📋 copy color: '#B0629B'

red 176 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #B0629B

Tints of Violet Blue #B0629B

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

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

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

R = 41.03%
G = 22.84%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0629B (or 0xB0629B) is known color: Violet Blue. HEX triplet: B0, 62 and 9B. RGB value is (176,98,155). Sum of RGB (Red+Green+Blue) = 176+98+155=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0629B is #4F9D64. Grayscale: #7F7F7F. Windows color (decimal): -5217637 or 10183344. OLE color: 10183344.

HSL color Cylindrical-coordinate representation of color #B0629B: hue angle of 316.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0629B is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 155 -
CMYK 0 0.44 0.12 0.31
HSL 316.15º 0.33% 0.54% -
HSV(B) 316.15º 0.44% 0.69% -
XYZ 28.19 20.33 33.45 -
YUV 127.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 176 98 155 0 0.44 0.12 0.31 316.15 0.33 0.54
Hex B0 62 9B 0 2C C 1F 13C 21 36
Octal 260 142 233 0 54 14 37 474 41 66
Binary 10110000 1100010 10011011 0 101100 1100 11111 100111100 100001 110110

Color Harmonies of #B0629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0629B

Black with #B0629B

Text Example


Text Example

White with #B0629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0629B; }

 p { color: rgb(176,98,155); }

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

background-color css

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

 a { background-color: rgb(176,98,155); }

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

border-color css

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

 span { border-color: rgb(176,98,155); }

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