Html Css Color HEX #B3669B Bouquet

📋 copy color: '#B3669B'

red 179 ◦ green 102 ◦ blue 155

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

Shades of Bouquet #B3669B

Tints of Bouquet #B3669B

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

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

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

R = 41.06%
G = 23.39%
B = 35.55%

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

#B3669B (or 0xB3669B) is known color: Bouquet. HEX triplet: B3, 66 and 9B. RGB value is (179,102,155). Sum of RGB (Red+Green+Blue) = 179+102+155=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669B is #4C9964. Grayscale: #828282. Windows color (decimal): -5020005 or 10184371. OLE color: 10184371.

HSL color Cylindrical-coordinate representation of color #B3669B: hue angle of 318.7º degrees, saturation: 0.34, 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 #B3669B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 155 -
CMYK 0 0.43 0.13 0.30
HSL 318.7º 0.34% 0.55% -
HSV(B) 318.7º 0.43% 0.7% -
XYZ 29.26 21.45 33.61 -
YUV 131.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 179 102 155 0 0.43 0.13 0.30 318.7 0.34 0.55
Hex B3 66 9B 0 2B D 1E 13F 22 37
Octal 263 146 233 0 53 15 36 477 42 67
Binary 10110011 1100110 10011011 0 101011 1101 11110 100111111 100010 110111

Color Harmonies of #B3669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3669B

Black with #B3669B

Text Example


Text Example

White with #B3669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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