Html Css Color HEX #B2669B Bouquet

📋 copy color: '#B2669B'

red 178 ◦ green 102 ◦ blue 155

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

Shades of Bouquet #B2669B

Tints of Bouquet #B2669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

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

R = 40.92%
G = 23.45%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2669B (or 0xB2669B) is known color: Bouquet. HEX triplet: B2, 66 and 9B. RGB value is (178,102,155). Sum of RGB (Red+Green+Blue) = 178+102+155=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669B is #4D9964. Grayscale: #828282. Windows color (decimal): -5085541 or 10184370. OLE color: 10184370.

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

Color convert

RGB 178 102 155 -
CMYK 0 0.43 0.13 0.30
HSL 318.16º 0.33% 0.55% -
HSV(B) 318.16º 0.43% 0.7% -
XYZ 29.03 21.33 33.6 -
YUV 130.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 178 102 155 0 0.43 0.13 0.30 318.16 0.33 0.55
Hex B2 66 9B 0 2B D 1E 13E 21 37
Octal 262 146 233 0 53 15 36 476 41 67
Binary 10110010 1100110 10011011 0 101011 1101 11110 100111110 100001 110111

Color Harmonies of #B2669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2669B

Black with #B2669B

Text Example


Text Example

White with #B2669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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