Html Css Color HEX #B2749F Bouquet

📋 copy color: '#B2749F'

red 178 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #B2749F

Tints of Bouquet #B2749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.1%

R = 39.29%
G = 25.61%
B = 35.1%

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

#B2749F (or 0xB2749F) is known color: Bouquet. HEX triplet: B2, 74 and 9F. RGB value is (178,116,159). Sum of RGB (Red+Green+Blue) = 178+116+159=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749F is #4D8B60. Grayscale: #8B8B8B. Windows color (decimal): -5081953 or 10450098. OLE color: 10450098.

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

Color convert

RGB 178 116 159 -
CMYK 0 0.35 0.11 0.30
HSL 318.39º 0.29% 0.58% -
HSV(B) 318.39º 0.35% 0.7% -
XYZ 30.86 24.46 35.9 -
YUV 139.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 178 116 159 0 0.35 0.11 0.30 318.39 0.29 0.58
Hex B2 74 9F 0 23 B 1E 13E 1D 3A
Octal 262 164 237 0 43 13 36 476 35 72
Binary 10110010 1110100 10011111 0 100011 1011 11110 100111110 11101 111010

Color Harmonies of #B2749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2749F

Black with #B2749F

Text Example


Text Example

White with #B2749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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