Html Css Color HEX #B0659E Violet Blue

📋 copy color: '#B0659E'

red 176 ◦ green 101 ◦ blue 158

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

Shades of Violet Blue #B0659E

Tints of Violet Blue #B0659E

RGB

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

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

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

R = 40.46%
G = 23.22%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0659E (or 0xB0659E) is known color: Violet Blue. HEX triplet: B0, 65 and 9E. RGB value is (176,101,158). Sum of RGB (Red+Green+Blue) = 176+101+158=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659E is #4F9A61. Grayscale: #818181. Windows color (decimal): -5216866 or 10380720. OLE color: 10380720.

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

Color convert

RGB 176 101 158 -
CMYK 0 0.43 0.10 0.31
HSL 314.4º 0.32% 0.54% -
HSV(B) 314.4º 0.43% 0.69% -
XYZ 28.73 21.01 34.89 -
YUV 129.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 176 101 158 0 0.43 0.10 0.31 314.4 0.32 0.54
Hex B0 65 9E 0 2B A 1F 13A 20 36
Octal 260 145 236 0 53 12 37 472 40 66
Binary 10110000 1100101 10011110 0 101011 1010 11111 100111010 100000 110110

Color Harmonies of #B0659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0659E

Black with #B0659E

Text Example


Text Example

White with #B0659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0659E; }

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

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

background-color css

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

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

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

border-color css

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

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

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