Html Css Color HEX #B279A5 Bouquet

📋 copy color: '#B279A5'

red 178 ◦ green 121 ◦ blue 165

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

Shades of Bouquet #B279A5

Tints of Bouquet #B279A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 38.36%
G = 26.08%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B279A5 (or 0xB279A5) is known color: Bouquet. HEX triplet: B2, 79 and A5. RGB value is (178,121,165). Sum of RGB (Red+Green+Blue) = 178+121+165=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B279A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279A5 is #4D865A. Grayscale: #8E8E8E. Windows color (decimal): -5080667 or 10844594. OLE color: 10844594.

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

Color convert

RGB 178 121 165 -
CMYK 0 0.32 0.07 0.30
HSL 313.68º 0.27% 0.59% -
HSV(B) 313.68º 0.32% 0.7% -
XYZ 31.99 25.86 38.9 -
YUV 143.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 178 121 165 0 0.32 0.07 0.30 313.68 0.27 0.59
Hex B2 79 A5 0 20 7 1E 13A 1B 3B
Octal 262 171 245 0 40 7 36 472 33 73
Binary 10110010 1111001 10100101 0 100000 111 11110 100111010 11011 111011

Color Harmonies of #B279A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279A5

Black with #B279A5

Text Example


Text Example

White with #B279A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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