Html Css Color HEX #B385A1 Bouquet

📋 copy color: '#B385A1'

red 179 ◦ green 133 ◦ blue 161

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

Shades of Bouquet #B385A1

Tints of Bouquet #B385A1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 37.84%
G = 28.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B385A1 (or 0xB385A1) is known color: Bouquet. HEX triplet: B3, 85 and A1. RGB value is (179,133,161). Sum of RGB (Red+Green+Blue) = 179+133+161=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A1 is #4C7A5E. Grayscale: #959595. Windows color (decimal): -5012063 or 10585523. OLE color: 10585523.

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

Color convert

RGB 179 133 161 -
CMYK 0 0.26 0.10 0.30
HSL 323.48º 0.23% 0.61% -
HSV(B) 323.48º 0.26% 0.7% -
XYZ 33.41 28.93 37.54 -
YUV 149.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 179 133 161 0 0.26 0.10 0.30 323.48 0.23 0.61
Hex B3 85 A1 0 1A A 1E 143 17 3D
Octal 263 205 241 0 32 12 36 503 27 75
Binary 10110011 10000101 10100001 0 11010 1010 11110 101000011 10111 111101

Color Harmonies of #B385A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385A1

Black with #B385A1

Text Example


Text Example

White with #B385A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385A1; }

 p { color: rgb(179,133,161); }

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

background-color css

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

 a { background-color: rgb(179,133,161); }

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

border-color css

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

 span { border-color: rgb(179,133,161); }

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