Html Css Color HEX #B3669D Bouquet

📋 copy color: '#B3669D'

red 179 ◦ green 102 ◦ blue 157

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

Shades of Bouquet #B3669D

Tints of Bouquet #B3669D

RGB

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

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

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

R = 40.87%
G = 23.29%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3669D (or 0xB3669D) is known color: Bouquet. HEX triplet: B3, 66 and 9D. RGB value is (179,102,157). Sum of RGB (Red+Green+Blue) = 179+102+157=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669D is #4C9962. Grayscale: #838383. Windows color (decimal): -5020003 or 10315443. OLE color: 10315443.

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

Color convert

RGB 179 102 157 -
CMYK 0 0.43 0.12 0.30
HSL 317.14º 0.34% 0.55% -
HSV(B) 317.14º 0.43% 0.7% -
XYZ 29.43 21.52 34.5 -
YUV 131.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 179 102 157 0 0.43 0.12 0.30 317.14 0.34 0.55
Hex B3 66 9D 0 2B C 1E 13D 22 37
Octal 263 146 235 0 53 14 36 475 42 67
Binary 10110011 1100110 10011101 0 101011 1100 11110 100111101 100010 110111

Color Harmonies of #B3669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3669D

Black with #B3669D

Text Example


Text Example

White with #B3669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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