Html Css Color HEX #B382A2 Bouquet

📋 copy color: '#B382A2'

red 179 ◦ green 130 ◦ blue 162

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

Shades of Bouquet #B382A2

Tints of Bouquet #B382A2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 38%
G = 27.6%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B382A2 (or 0xB382A2) is known color: Bouquet. HEX triplet: B3, 82 and A2. RGB value is (179,130,162). Sum of RGB (Red+Green+Blue) = 179+130+162=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B382A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382A2 is #4C7D5D. Grayscale: #949494. Windows color (decimal): -5012830 or 10650291. OLE color: 10650291.

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

Color convert

RGB 179 130 162 -
CMYK 0 0.27 0.09 0.30
HSL 320.82º 0.24% 0.61% -
HSV(B) 320.82º 0.27% 0.7% -
XYZ 33.09 28.16 37.87 -
YUV 148.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 179 130 162 0 0.27 0.09 0.30 320.82 0.24 0.61
Hex B3 82 A2 0 1B 9 1E 141 18 3D
Octal 263 202 242 0 33 11 36 501 30 75
Binary 10110011 10000010 10100010 0 11011 1001 11110 101000001 11000 111101

Color Harmonies of #B382A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382A2

Black with #B382A2

Text Example


Text Example

White with #B382A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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