Html Css Color HEX #B0659C Violet Blue

📋 copy color: '#B0659C'

red 176 ◦ green 101 ◦ blue 156

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

Shades of Violet Blue #B0659C

Tints of Violet Blue #B0659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 40.65%
G = 23.33%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0659C (or 0xB0659C) is known color: Violet Blue. HEX triplet: B0, 65 and 9C. RGB value is (176,101,156). Sum of RGB (Red+Green+Blue) = 176+101+156=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659C is #4F9A63. Grayscale: #818181. Windows color (decimal): -5216868 or 10249648. OLE color: 10249648.

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

Color convert

RGB 176 101 156 -
CMYK 0 0.43 0.11 0.31
HSL 316º 0.32% 0.54% -
HSV(B) 316º 0.43% 0.69% -
XYZ 28.56 20.94 33.99 -
YUV 129.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 176 101 156 0 0.43 0.11 0.31 316 0.32 0.54
Hex B0 65 9C 0 2B B 1F 13C 20 36
Octal 260 145 234 0 53 13 37 474 40 66
Binary 10110000 1100101 10011100 0 101011 1011 11111 100111100 100000 110110

Color Harmonies of #B0659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0659C

Black with #B0659C

Text Example


Text Example

White with #B0659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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