Html Css Color HEX #B2709E Bouquet

📋 copy color: '#B2709E'

red 178 ◦ green 112 ◦ blue 158

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

Shades of Bouquet #B2709E

Tints of Bouquet #B2709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 39.73%
G = 25%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2709E (or 0xB2709E) is known color: Bouquet. HEX triplet: B2, 70 and 9E. RGB value is (178,112,158). Sum of RGB (Red+Green+Blue) = 178+112+158=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709E is #4D8F61. Grayscale: #888888. Windows color (decimal): -5082978 or 10383538. OLE color: 10383538.

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

Color convert

RGB 178 112 158 -
CMYK 0 0.37 0.11 0.30
HSL 318.18º 0.3% 0.57% -
HSV(B) 318.18º 0.37% 0.7% -
XYZ 30.33 23.52 35.29 -
YUV 136.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 178 112 158 0 0.37 0.11 0.30 318.18 0.3 0.57
Hex B2 70 9E 0 25 B 1E 13E 1E 39
Octal 262 160 236 0 45 13 36 476 36 71
Binary 10110010 1110000 10011110 0 100101 1011 11110 100111110 11110 111001

Color Harmonies of #B2709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2709E

Black with #B2709E

Text Example


Text Example

White with #B2709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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