Html Css Color HEX #B2759B Bouquet

📋 copy color: '#B2759B'

red 178 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #B2759B

Tints of Bouquet #B2759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 39.56%
G = 26%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2759B (or 0xB2759B) is known color: Bouquet. HEX triplet: B2, 75 and 9B. RGB value is (178,117,155). Sum of RGB (Red+Green+Blue) = 178+117+155=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2759B is #4D8A64. Grayscale: #8B8B8B. Windows color (decimal): -5081701 or 10188210. OLE color: 10188210.

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

Color convert

RGB 178 117 155 -
CMYK 0 0.34 0.13 0.30
HSL 322.62º 0.28% 0.58% -
HSV(B) 322.62º 0.34% 0.7% -
XYZ 30.64 24.55 34.13 -
YUV 139.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 178 117 155 0 0.34 0.13 0.30 322.62 0.28 0.58
Hex B2 75 9B 0 22 D 1E 143 1C 3A
Octal 262 165 233 0 42 15 36 503 34 72
Binary 10110010 1110101 10011011 0 100010 1101 11110 101000011 11100 111010

Color Harmonies of #B2759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2759B

Black with #B2759B

Text Example


Text Example

White with #B2759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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