Html Css Color HEX #B374AA Bouquet

📋 copy color: '#B374AA'

red 179 ◦ green 116 ◦ blue 170

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

Shades of Bouquet #B374AA

Tints of Bouquet #B374AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.95%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 38.49%
G = 24.95%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B374AA (or 0xB374AA) is known color: Bouquet. HEX triplet: B3, 74 and AA. RGB value is (179,116,170). Sum of RGB (Red+Green+Blue) = 179+116+170=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B374AA is #4C8B55. Grayscale: #8C8C8C. Windows color (decimal): -5016406 or 11170995. OLE color: 11170995.

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

Color convert

RGB 179 116 170 -
CMYK 0 0.35 0.05 0.30
HSL 308.57º 0.29% 0.58% -
HSV(B) 308.57º 0.35% 0.7% -
XYZ 32.09 24.98 41.16 -
YUV 140.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 179 116 170 0 0.35 0.05 0.30 308.57 0.29 0.58
Hex B3 74 AA 0 23 5 1E 135 1D 3A
Octal 263 164 252 0 43 5 36 465 35 72
Binary 10110011 1110100 10101010 0 100011 101 11110 100110101 11101 111010

Color Harmonies of #B374AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374AA

Black with #B374AA

Text Example


Text Example

White with #B374AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374AA; }

 p { color: rgb(179,116,170); }

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

background-color css

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

 a { background-color: rgb(179,116,170); }

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

border-color css

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

 span { border-color: rgb(179,116,170); }

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