Html Css Color HEX #B370A6 Bouquet

📋 copy color: '#B370A6'

red 179 ◦ green 112 ◦ blue 166

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

Shades of Bouquet #B370A6

Tints of Bouquet #B370A6

RGB

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

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

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

R = 39.17%
G = 24.51%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B370A6 (or 0xB370A6) is known color: Bouquet. HEX triplet: B3, 70 and A6. RGB value is (179,112,166). Sum of RGB (Red+Green+Blue) = 179+112+166=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A6 is #4C8F59. Grayscale: #8A8A8A. Windows color (decimal): -5017434 or 10907827. OLE color: 10907827.

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

Color convert

RGB 179 112 166 -
CMYK 0 0.37 0.07 0.30
HSL 311.64º 0.31% 0.57% -
HSV(B) 311.64º 0.37% 0.7% -
XYZ 31.27 23.93 39.05 -
YUV 138.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 179 112 166 0 0.37 0.07 0.30 311.64 0.31 0.57
Hex B3 70 A6 0 25 7 1E 138 1F 39
Octal 263 160 246 0 45 7 36 470 37 71
Binary 10110011 1110000 10100110 0 100101 111 11110 100111000 11111 111001

Color Harmonies of #B370A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370A6

Black with #B370A6

Text Example


Text Example

White with #B370A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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