Html Css Color HEX #B2679D Bouquet

📋 copy color: '#B2679D'

red 178 ◦ green 103 ◦ blue 157

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

Shades of Bouquet #B2679D

Tints of Bouquet #B2679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 40.64%
G = 23.52%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2679D (or 0xB2679D) is known color: Bouquet. HEX triplet: B2, 67 and 9D. RGB value is (178,103,157). Sum of RGB (Red+Green+Blue) = 178+103+157=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679D is #4D9862. Grayscale: #838383. Windows color (decimal): -5085283 or 10315698. OLE color: 10315698.

HSL color Cylindrical-coordinate representation of color #B2679D: hue angle of 316.8º 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 #B2679D is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 157 -
CMYK 0 0.42 0.12 0.30
HSL 316.8º 0.33% 0.55% -
HSV(B) 316.8º 0.42% 0.7% -
XYZ 29.3 21.6 34.52 -
YUV 131.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 178 103 157 0 0.42 0.12 0.30 316.8 0.33 0.55
Hex B2 67 9D 0 2A C 1E 13D 21 37
Octal 262 147 235 0 52 14 36 475 41 67
Binary 10110010 1100111 10011101 0 101010 1100 11110 100111101 100001 110111

Color Harmonies of #B2679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2679D

Black with #B2679D

Text Example


Text Example

White with #B2679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2679D; }

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

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

background-color css

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

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

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

border-color css

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

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

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