Html Css Color HEX #B0659B Violet Blue

📋 copy color: '#B0659B'

red 176 ◦ green 101 ◦ blue 155

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

Shades of Violet Blue #B0659B

Tints of Violet Blue #B0659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.38%

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

R = 40.74%
G = 23.38%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0659B (or 0xB0659B) is known color: Violet Blue. HEX triplet: B0, 65 and 9B. RGB value is (176,101,155). Sum of RGB (Red+Green+Blue) = 176+101+155=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659B is #4F9A64. Grayscale: #818181. Windows color (decimal): -5216869 or 10184112. OLE color: 10184112.

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

Color convert

RGB 176 101 155 -
CMYK 0 0.43 0.12 0.31
HSL 316.8º 0.32% 0.54% -
HSV(B) 316.8º 0.43% 0.69% -
XYZ 28.47 20.9 33.54 -
YUV 129.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 176 101 155 0 0.43 0.12 0.31 316.8 0.32 0.54
Hex B0 65 9B 0 2B C 1F 13D 20 36
Octal 260 145 233 0 53 14 37 475 40 66
Binary 10110000 1100101 10011011 0 101011 1100 11111 100111101 100000 110110

Color Harmonies of #B0659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0659B

Black with #B0659B

Text Example


Text Example

White with #B0659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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