Html Css Color HEX #B380A2 Bouquet

📋 copy color: '#B380A2'

red 179 ◦ green 128 ◦ blue 162

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

Shades of Bouquet #B380A2

Tints of Bouquet #B380A2

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 38.17%
G = 27.29%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B380A2 (or 0xB380A2) is known color: Bouquet. HEX triplet: B3, 80 and A2. RGB value is (179,128,162). Sum of RGB (Red+Green+Blue) = 179+128+162=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B380A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B380A2 is #4C7F5D. Grayscale: #939393. Windows color (decimal): -5013342 or 10649779. OLE color: 10649779.

HSL color Cylindrical-coordinate representation of color #B380A2: hue angle of 320º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B380A2 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 162 -
CMYK 0 0.28 0.09 0.30
HSL 320º 0.25% 0.6% -
HSV(B) 320º 0.28% 0.7% -
XYZ 32.83 27.63 37.79 -
YUV 147.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 179 128 162 0 0.28 0.09 0.30 320 0.25 0.6
Hex B3 80 A2 0 1C 9 1E 140 19 3C
Octal 263 200 242 0 34 11 36 500 31 74
Binary 10110011 10000000 10100010 0 11100 1001 11110 101000000 11001 111100

Color Harmonies of #B380A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380A2

Black with #B380A2

Text Example


Text Example

White with #B380A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380A2; }

 p { color: rgb(179,128,162); }

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

background-color css

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

 a { background-color: rgb(179,128,162); }

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

border-color css

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

 span { border-color: rgb(179,128,162); }

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