Html Css Color HEX #B2749E Bouquet

📋 copy color: '#B2749E'

red 178 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #B2749E

Tints of Bouquet #B2749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 39.38%
G = 25.66%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2749E (or 0xB2749E) is known color: Bouquet. HEX triplet: B2, 74 and 9E. RGB value is (178,116,158). Sum of RGB (Red+Green+Blue) = 178+116+158=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749E is #4D8B61. Grayscale: #8B8B8B. Windows color (decimal): -5081954 or 10384562. OLE color: 10384562.

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

Color convert

RGB 178 116 158 -
CMYK 0 0.35 0.11 0.30
HSL 319.35º 0.29% 0.58% -
HSV(B) 319.35º 0.35% 0.7% -
XYZ 30.78 24.42 35.44 -
YUV 139.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 178 116 158 0 0.35 0.11 0.30 319.35 0.29 0.58
Hex B2 74 9E 0 23 B 1E 13F 1D 3A
Octal 262 164 236 0 43 13 36 477 35 72
Binary 10110010 1110100 10011110 0 100011 1011 11110 100111111 11101 111010

Color Harmonies of #B2749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2749E

Black with #B2749E

Text Example


Text Example

White with #B2749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2749E; }

 p { color: rgb(178,116,158); }

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

background-color css

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

 a { background-color: rgb(178,116,158); }

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

border-color css

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

 span { border-color: rgb(178,116,158); }

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