Html Css Color HEX #B375A6 Bouquet

📋 copy color: '#B375A6'

red 179 ◦ green 117 ◦ blue 166

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

Shades of Bouquet #B375A6

Tints of Bouquet #B375A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 38.74%
G = 25.32%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B375A6 (or 0xB375A6) is known color: Bouquet. HEX triplet: B3, 75 and A6. RGB value is (179,117,166). Sum of RGB (Red+Green+Blue) = 179+117+166=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A6 is #4C8A59. Grayscale: #8C8C8C. Windows color (decimal): -5016154 or 10909107. OLE color: 10909107.

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

Color convert

RGB 179 117 166 -
CMYK 0 0.35 0.07 0.30
HSL 312.58º 0.29% 0.58% -
HSV(B) 312.58º 0.35% 0.7% -
XYZ 31.83 25.06 39.24 -
YUV 141.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 179 117 166 0 0.35 0.07 0.30 312.58 0.29 0.58
Hex B3 75 A6 0 23 7 1E 139 1D 3A
Octal 263 165 246 0 43 7 36 471 35 72
Binary 10110011 1110101 10100110 0 100011 111 11110 100111001 11101 111010

Color Harmonies of #B375A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375A6

Black with #B375A6

Text Example


Text Example

White with #B375A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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