Html Css Color HEX #B279A4 Bouquet

📋 copy color: '#B279A4'

red 178 ◦ green 121 ◦ blue 164

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

Shades of Bouquet #B279A4

Tints of Bouquet #B279A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 38.44%
G = 26.13%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B279A4 (or 0xB279A4) is known color: Bouquet. HEX triplet: B2, 79 and A4. RGB value is (178,121,164). Sum of RGB (Red+Green+Blue) = 178+121+164=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B279A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279A4 is #4D865B. Grayscale: #8E8E8E. Windows color (decimal): -5080668 or 10779058. OLE color: 10779058.

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

Color convert

RGB 178 121 164 -
CMYK 0 0.32 0.08 0.30
HSL 314.74º 0.27% 0.59% -
HSV(B) 314.74º 0.32% 0.7% -
XYZ 31.9 25.82 38.42 -
YUV 142.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 178 121 164 0 0.32 0.08 0.30 314.74 0.27 0.59
Hex B2 79 A4 0 20 8 1E 13B 1B 3B
Octal 262 171 244 0 40 10 36 473 33 73
Binary 10110010 1111001 10100100 0 100000 1000 11110 100111011 11011 111011

Color Harmonies of #B279A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279A4

Black with #B279A4

Text Example


Text Example

White with #B279A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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