Html Css Color HEX #B0679B Bouquet

📋 copy color: '#B0679B'

red 176 ◦ green 103 ◦ blue 155

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

Shades of Bouquet #B0679B

Tints of Bouquet #B0679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.73%

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

R = 40.55%
G = 23.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0679B (or 0xB0679B) is known color: Bouquet. HEX triplet: B0, 67 and 9B. RGB value is (176,103,155). Sum of RGB (Red+Green+Blue) = 176+103+155=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0679B is #4F9864. Grayscale: #828282. Windows color (decimal): -5216357 or 10184624. OLE color: 10184624.

HSL color Cylindrical-coordinate representation of color #B0679B: hue angle of 317.26º degrees, saturation: 0.32, 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 #B0679B is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 155 -
CMYK 0 0.41 0.12 0.31
HSL 317.26º 0.32% 0.55% -
HSV(B) 317.26º 0.41% 0.69% -
XYZ 28.67 21.3 33.61 -
YUV 130.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 176 103 155 0 0.41 0.12 0.31 317.26 0.32 0.55
Hex B0 67 9B 0 29 C 1F 13D 20 37
Octal 260 147 233 0 51 14 37 475 40 67
Binary 10110000 1100111 10011011 0 101001 1100 11111 100111101 100000 110111

Color Harmonies of #B0679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0679B

Black with #B0679B

Text Example


Text Example

White with #B0679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0679B; }

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

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

background-color css

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

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

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

border-color css

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

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

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