Html Css Color HEX #B381A5 Bouquet

📋 copy color: '#B381A5'

red 179 ◦ green 129 ◦ blue 165

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

Shades of Bouquet #B381A5

Tints of Bouquet #B381A5

RGB

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

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

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

R = 37.84%
G = 27.27%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B381A5 (or 0xB381A5) is known color: Bouquet. HEX triplet: B3, 81 and A5. RGB value is (179,129,165). Sum of RGB (Red+Green+Blue) = 179+129+165=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B381A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381A5 is #4C7E5A. Grayscale: #939393. Windows color (decimal): -5013083 or 10846643. OLE color: 10846643.

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

Color convert

RGB 179 129 165 -
CMYK 0 0.28 0.08 0.30
HSL 316.8º 0.25% 0.6% -
HSV(B) 316.8º 0.28% 0.7% -
XYZ 33.23 28 39.25 -
YUV 148.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 179 129 165 0 0.28 0.08 0.30 316.8 0.25 0.6
Hex B3 81 A5 0 1C 8 1E 13D 19 3C
Octal 263 201 245 0 34 10 36 475 31 74
Binary 10110011 10000001 10100101 0 11100 1000 11110 100111101 11001 111100

Color Harmonies of #B381A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381A5

Black with #B381A5

Text Example


Text Example

White with #B381A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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