Html Css Color HEX #B2679B Bouquet

📋 copy color: '#B2679B'

red 178 ◦ green 103 ◦ blue 155

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

Shades of Bouquet #B2679B

Tints of Bouquet #B2679B

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

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

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

R = 40.83%
G = 23.62%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2679B (or 0xB2679B) is known color: Bouquet. HEX triplet: B2, 67 and 9B. RGB value is (178,103,155). Sum of RGB (Red+Green+Blue) = 178+103+155=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679B is #4D9864. Grayscale: #838383. Windows color (decimal): -5085285 or 10184626. OLE color: 10184626.

HSL color Cylindrical-coordinate representation of color #B2679B: hue angle of 318.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2679B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 155 -
CMYK 0 0.42 0.13 0.30
HSL 318.4º 0.33% 0.55% -
HSV(B) 318.4º 0.42% 0.7% -
XYZ 29.13 21.53 33.63 -
YUV 131.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 178 103 155 0 0.42 0.13 0.30 318.4 0.33 0.55
Hex B2 67 9B 0 2A D 1E 13E 21 37
Octal 262 147 233 0 52 15 36 476 41 67
Binary 10110010 1100111 10011011 0 101010 1101 11110 100111110 100001 110111

Color Harmonies of #B2679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2679B

Black with #B2679B

Text Example


Text Example

White with #B2679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2679B; }

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

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

background-color css

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

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

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

border-color css

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

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

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