Html Css Color HEX #B4819D Bouquet

📋 copy color: '#B4819D'

red 180 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #B4819D

Tints of Bouquet #B4819D

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

 GREEN value IS 129 (50.78% from 255) = 27.68%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 38.63%
G = 27.68%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4819D (or 0xB4819D) is known color: Bouquet. HEX triplet: B4, 81 and 9D. RGB value is (180,129,157). Sum of RGB (Red+Green+Blue) = 180+129+157=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819D is #4B7E62. Grayscale: #939393. Windows color (decimal): -4947555 or 10322356. OLE color: 10322356.

HSL color Cylindrical-coordinate representation of color #B4819D: hue angle of 327.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4819D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 157 -
CMYK 0 0.28 0.13 0.29
HSL 327.06º 0.25% 0.61% -
HSV(B) 327.06º 0.28% 0.71% -
XYZ 32.76 27.84 35.55 -
YUV 147.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 180 129 157 0 0.28 0.13 0.29 327.06 0.25 0.61
Hex B4 81 9D 0 1C D 1D 147 19 3D
Octal 264 201 235 0 34 15 35 507 31 75
Binary 10110100 10000001 10011101 0 11100 1101 11101 101000111 11001 111101

Color Harmonies of #B4819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4819D

Black with #B4819D

Text Example


Text Example

White with #B4819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4819D; }

 p { color: rgb(180,129,157); }

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

background-color css

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

 a { background-color: rgb(180,129,157); }

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

border-color css

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

 span { border-color: rgb(180,129,157); }

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