Html Css Color HEX #B370A0 Bouquet

📋 copy color: '#B370A0'

red 179 ◦ green 112 ◦ blue 160

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

Shades of Bouquet #B370A0

Tints of Bouquet #B370A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 39.69%
G = 24.83%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B370A0 (or 0xB370A0) is known color: Bouquet. HEX triplet: B3, 70 and A0. RGB value is (179,112,160). Sum of RGB (Red+Green+Blue) = 179+112+160=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A0 is #4C8F5F. Grayscale: #898989. Windows color (decimal): -5017440 or 10514611. OLE color: 10514611.

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

Color convert

RGB 179 112 160 -
CMYK 0 0.37 0.11 0.30
HSL 317.01º 0.31% 0.57% -
HSV(B) 317.01º 0.37% 0.7% -
XYZ 30.73 23.71 36.21 -
YUV 137.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 179 112 160 0 0.37 0.11 0.30 317.01 0.31 0.57
Hex B3 70 A0 0 25 B 1E 13D 1F 39
Octal 263 160 240 0 45 13 36 475 37 71
Binary 10110011 1110000 10100000 0 100101 1011 11110 100111101 11111 111001

Color Harmonies of #B370A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370A0

Black with #B370A0

Text Example


Text Example

White with #B370A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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