Html Css Color HEX #B484A5 Bouquet

📋 copy color: '#B484A5'

red 180 ◦ green 132 ◦ blue 165

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

Shades of Bouquet #B484A5

Tints of Bouquet #B484A5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

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

R = 37.74%
G = 27.67%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B484A5 (or 0xB484A5) is known color: Bouquet. HEX triplet: B4, 84 and A5. RGB value is (180,132,165). Sum of RGB (Red+Green+Blue) = 180+132+165=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B484A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B484A5 is #4B7B5A. Grayscale: #969696. Windows color (decimal): -4946779 or 10847412. OLE color: 10847412.

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

Color convert

RGB 180 132 165 -
CMYK 0 0.27 0.08 0.29
HSL 318.75º 0.24% 0.61% -
HSV(B) 318.75º 0.27% 0.71% -
XYZ 33.87 28.92 39.4 -
YUV 150.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 180 132 165 0 0.27 0.08 0.29 318.75 0.24 0.61
Hex B4 84 A5 0 1B 8 1D 13F 18 3D
Octal 264 204 245 0 33 10 35 477 30 75
Binary 10110100 10000100 10100101 0 11011 1000 11101 100111111 11000 111101

Color Harmonies of #B484A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B484A5

Black with #B484A5

Text Example


Text Example

White with #B484A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B484A5; }

 p { color: rgb(180,132,165); }

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

background-color css

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

 a { background-color: rgb(180,132,165); }

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

border-color css

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

 span { border-color: rgb(180,132,165); }

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