Html Css Color HEX #B2739E Bouquet

📋 copy color: '#B2739E'

red 178 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #B2739E

Tints of Bouquet #B2739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

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

R = 39.47%
G = 25.5%
B = 35.03%

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

#B2739E (or 0xB2739E) is known color: Bouquet. HEX triplet: B2, 73 and 9E. RGB value is (178,115,158). Sum of RGB (Red+Green+Blue) = 178+115+158=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739E is #4D8C61. Grayscale: #8A8A8A. Windows color (decimal): -5082210 or 10384306. OLE color: 10384306.

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

Color convert

RGB 178 115 158 -
CMYK 0 0.35 0.11 0.30
HSL 319.05º 0.29% 0.57% -
HSV(B) 319.05º 0.35% 0.7% -
XYZ 30.66 24.2 35.4 -
YUV 138.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 178 115 158 0 0.35 0.11 0.30 319.05 0.29 0.57
Hex B2 73 9E 0 23 B 1E 13F 1D 39
Octal 262 163 236 0 43 13 36 477 35 71
Binary 10110010 1110011 10011110 0 100011 1011 11110 100111111 11101 111001

Color Harmonies of #B2739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2739E

Black with #B2739E

Text Example


Text Example

White with #B2739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2739E; }

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

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

background-color css

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

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

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

border-color css

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

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

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