Html Css Color HEX #B375A4 Bouquet

📋 copy color: '#B375A4'

red 179 ◦ green 117 ◦ blue 164

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

Shades of Bouquet #B375A4

Tints of Bouquet #B375A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 38.91%
G = 25.43%
B = 35.65%

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

#B375A4 (or 0xB375A4) is known color: Bouquet. HEX triplet: B3, 75 and A4. RGB value is (179,117,164). Sum of RGB (Red+Green+Blue) = 179+117+164=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A4 is #4C8A5B. Grayscale: #8C8C8C. Windows color (decimal): -5016156 or 10778035. OLE color: 10778035.

HSL color Cylindrical-coordinate representation of color #B375A4: hue angle of 314.52º 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 #B375A4 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 164 -
CMYK 0 0.35 0.08 0.30
HSL 314.52º 0.29% 0.58% -
HSV(B) 314.52º 0.35% 0.7% -
XYZ 31.65 24.99 38.28 -
YUV 140.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 179 117 164 0 0.35 0.08 0.30 314.52 0.29 0.58
Hex B3 75 A4 0 23 8 1E 13B 1D 3A
Octal 263 165 244 0 43 10 36 473 35 72
Binary 10110011 1110101 10100100 0 100011 1000 11110 100111011 11101 111010

Color Harmonies of #B375A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375A4

Black with #B375A4

Text Example


Text Example

White with #B375A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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