Html Css Color HEX #B0689F Violet Blue

📋 copy color: '#B0689F'

red 176 ◦ green 104 ◦ blue 159

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

Shades of Violet Blue #B0689F

Tints of Violet Blue #B0689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.69%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 40.09%
G = 23.69%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0689F (or 0xB0689F) is known color: Violet Blue. HEX triplet: B0, 68 and 9F. RGB value is (176,104,159). Sum of RGB (Red+Green+Blue) = 176+104+159=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689F is #4F9760. Grayscale: #838383. Windows color (decimal): -5216097 or 10447024. OLE color: 10447024.

HSL color Cylindrical-coordinate representation of color #B0689F: hue angle of 314.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0689F is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 159 -
CMYK 0 0.41 0.10 0.31
HSL 314.17º 0.31% 0.55% -
HSV(B) 314.17º 0.41% 0.69% -
XYZ 29.11 21.63 35.44 -
YUV 131.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 176 104 159 0 0.41 0.10 0.31 314.17 0.31 0.55
Hex B0 68 9F 0 29 A 1F 13A 1F 37
Octal 260 150 237 0 51 12 37 472 37 67
Binary 10110000 1101000 10011111 0 101001 1010 11111 100111010 11111 110111

Color Harmonies of #B0689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0689F

Black with #B0689F

Text Example


Text Example

White with #B0689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0689F; }

 p { color: rgb(176,104,159); }

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

background-color css

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

 a { background-color: rgb(176,104,159); }

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

border-color css

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

 span { border-color: rgb(176,104,159); }

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