Html Css Color HEX #B375A5 Bouquet

📋 copy color: '#B375A5'

red 179 ◦ green 117 ◦ blue 165

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

Shades of Bouquet #B375A5

Tints of Bouquet #B375A5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

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

R = 38.83%
G = 25.38%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B375A5 (or 0xB375A5) is known color: Bouquet. HEX triplet: B3, 75 and A5. RGB value is (179,117,165). Sum of RGB (Red+Green+Blue) = 179+117+165=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A5 is #4C8A5A. Grayscale: #8C8C8C. Windows color (decimal): -5016155 or 10843571. OLE color: 10843571.

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

Color convert

RGB 179 117 165 -
CMYK 0 0.35 0.08 0.30
HSL 313.55º 0.29% 0.58% -
HSV(B) 313.55º 0.35% 0.7% -
XYZ 31.74 25.02 38.75 -
YUV 141.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 179 117 165 0 0.35 0.08 0.30 313.55 0.29 0.58
Hex B3 75 A5 0 23 8 1E 13A 1D 3A
Octal 263 165 245 0 43 10 36 472 35 72
Binary 10110011 1110101 10100101 0 100011 1000 11110 100111010 11101 111010

Color Harmonies of #B375A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375A5

Black with #B375A5

Text Example


Text Example

White with #B375A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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