Html Css Color HEX #B387A5 Bouquet

📋 copy color: '#B387A5'

red 179 ◦ green 135 ◦ blue 165

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

Shades of Bouquet #B387A5

Tints of Bouquet #B387A5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

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

R = 37.37%
G = 28.18%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B387A5 (or 0xB387A5) is known color: Bouquet. HEX triplet: B3, 87 and A5. RGB value is (179,135,165). Sum of RGB (Red+Green+Blue) = 179+135+165=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B387A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387A5 is #4C785A. Grayscale: #979797. Windows color (decimal): -5011547 or 10848179. OLE color: 10848179.

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

Color convert

RGB 179 135 165 -
CMYK 0 0.25 0.08 0.30
HSL 319.09º 0.22% 0.62% -
HSV(B) 319.09º 0.25% 0.7% -
XYZ 34.05 29.63 39.52 -
YUV 151.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 179 135 165 0 0.25 0.08 0.30 319.09 0.22 0.62
Hex B3 87 A5 0 19 8 1E 13F 16 3E
Octal 263 207 245 0 31 10 36 477 26 76
Binary 10110011 10000111 10100101 0 11001 1000 11110 100111111 10110 111110

Color Harmonies of #B387A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387A5

Black with #B387A5

Text Example


Text Example

White with #B387A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387A5; }

 p { color: rgb(179,135,165); }

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

background-color css

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

 a { background-color: rgb(179,135,165); }

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

border-color css

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

 span { border-color: rgb(179,135,165); }

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