Html Css Color HEX #B0629E Violet Blue

📋 copy color: '#B0629E'

red 176 ◦ green 98 ◦ blue 158

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

Shades of Violet Blue #B0629E

Tints of Violet Blue #B0629E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 40.74%
G = 22.69%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0629E (or 0xB0629E) is known color: Violet Blue. HEX triplet: B0, 62 and 9E. RGB value is (176,98,158). Sum of RGB (Red+Green+Blue) = 176+98+158=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0629E is #4F9D61. Grayscale: #808080. Windows color (decimal): -5217634 or 10379952. OLE color: 10379952.

HSL color Cylindrical-coordinate representation of color #B0629E: hue angle of 313.85º 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 #B0629E is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 158 -
CMYK 0 0.44 0.10 0.31
HSL 313.85º 0.33% 0.54% -
HSV(B) 313.85º 0.44% 0.69% -
XYZ 28.44 20.43 34.79 -
YUV 128.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 176 98 158 0 0.44 0.10 0.31 313.85 0.33 0.54
Hex B0 62 9E 0 2C A 1F 13A 21 36
Octal 260 142 236 0 54 12 37 472 41 66
Binary 10110000 1100010 10011110 0 101100 1010 11111 100111010 100001 110110

Color Harmonies of #B0629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0629E

Black with #B0629E

Text Example


Text Example

White with #B0629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0629E; }

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

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

background-color css

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

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

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

border-color css

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

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

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