Html Css Color HEX #B370A5 Bouquet

📋 copy color: '#B370A5'

red 179 ◦ green 112 ◦ blue 165

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

Shades of Bouquet #B370A5

Tints of Bouquet #B370A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 39.25%
G = 24.56%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B370A5 (or 0xB370A5) is known color: Bouquet. HEX triplet: B3, 70 and A5. RGB value is (179,112,165). Sum of RGB (Red+Green+Blue) = 179+112+165=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A5 is #4C8F5A. Grayscale: #898989. Windows color (decimal): -5017435 or 10842291. OLE color: 10842291.

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

Color convert

RGB 179 112 165 -
CMYK 0 0.37 0.08 0.30
HSL 312.54º 0.31% 0.57% -
HSV(B) 312.54º 0.37% 0.7% -
XYZ 31.18 23.89 38.57 -
YUV 138.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 179 112 165 0 0.37 0.08 0.30 312.54 0.31 0.57
Hex B3 70 A5 0 25 8 1E 139 1F 39
Octal 263 160 245 0 45 10 36 471 37 71
Binary 10110011 1110000 10100101 0 100101 1000 11110 100111001 11111 111001

Color Harmonies of #B370A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370A5

Black with #B370A5

Text Example


Text Example

White with #B370A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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