Html Css Color HEX #B279A1 Bouquet

📋 copy color: '#B279A1'

red 178 ◦ green 121 ◦ blue 161

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

Shades of Bouquet #B279A1

Tints of Bouquet #B279A1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

 BLUE value IS 161 (63.28% from 255) = 35%

R = 38.7%
G = 26.3%
B = 35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B279A1 (or 0xB279A1) is known color: Bouquet. HEX triplet: B2, 79 and A1. RGB value is (178,121,161). Sum of RGB (Red+Green+Blue) = 178+121+161=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B279A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279A1 is #4D865E. Grayscale: #8E8E8E. Windows color (decimal): -5080671 or 10582450. OLE color: 10582450.

HSL color Cylindrical-coordinate representation of color #B279A1: hue angle of 317.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B279A1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 161 -
CMYK 0 0.32 0.10 0.30
HSL 317.89º 0.27% 0.59% -
HSV(B) 317.89º 0.32% 0.7% -
XYZ 31.63 25.71 37.01 -
YUV 142.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 178 121 161 0 0.32 0.10 0.30 317.89 0.27 0.59
Hex B2 79 A1 0 20 A 1E 13E 1B 3B
Octal 262 171 241 0 40 12 36 476 33 73
Binary 10110010 1111001 10100001 0 100000 1010 11110 100111110 11011 111011

Color Harmonies of #B279A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279A1

Black with #B279A1

Text Example


Text Example

White with #B279A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279A1; }

 p { color: rgb(178,121,161); }

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

background-color css

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

 a { background-color: rgb(178,121,161); }

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

border-color css

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

 span { border-color: rgb(178,121,161); }

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