Html Css Color HEX #B382A4 Bouquet

📋 copy color: '#B382A4'

red 179 ◦ green 130 ◦ blue 164

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

Shades of Bouquet #B382A4

Tints of Bouquet #B382A4

RGB

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

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

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

R = 37.84%
G = 27.48%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B382A4 (or 0xB382A4) is known color: Bouquet. HEX triplet: B3, 82 and A4. RGB value is (179,130,164). Sum of RGB (Red+Green+Blue) = 179+130+164=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B382A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382A4 is #4C7D5B. Grayscale: #949494. Windows color (decimal): -5012828 or 10781363. OLE color: 10781363.

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

Color convert

RGB 179 130 164 -
CMYK 0 0.27 0.08 0.30
HSL 318.37º 0.24% 0.61% -
HSV(B) 318.37º 0.27% 0.7% -
XYZ 33.27 28.23 38.82 -
YUV 148.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 179 130 164 0 0.27 0.08 0.30 318.37 0.24 0.61
Hex B3 82 A4 0 1B 8 1E 13E 18 3D
Octal 263 202 244 0 33 10 36 476 30 75
Binary 10110011 10000010 10100100 0 11011 1000 11110 100111110 11000 111101

Color Harmonies of #B382A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382A4

Black with #B382A4

Text Example


Text Example

White with #B382A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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