Html Css Color HEX #B370A7 Bouquet

📋 copy color: '#B370A7'

red 179 ◦ green 112 ◦ blue 167

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

Shades of Bouquet #B370A7

Tints of Bouquet #B370A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 39.08%
G = 24.45%
B = 36.46%

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

#B370A7 (or 0xB370A7) is known color: Bouquet. HEX triplet: B3, 70 and A7. RGB value is (179,112,167). Sum of RGB (Red+Green+Blue) = 179+112+167=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A7 is #4C8F58. Grayscale: #8A8A8A. Windows color (decimal): -5017433 or 10973363. OLE color: 10973363.

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

Color convert

RGB 179 112 167 -
CMYK 0 0.37 0.07 0.30
HSL 310.75º 0.31% 0.57% -
HSV(B) 310.75º 0.37% 0.7% -
XYZ 31.36 23.96 39.53 -
YUV 138.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 179 112 167 0 0.37 0.07 0.30 310.75 0.31 0.57
Hex B3 70 A7 0 25 7 1E 137 1F 39
Octal 263 160 247 0 45 7 36 467 37 71
Binary 10110011 1110000 10100111 0 100101 111 11110 100110111 11111 111001

Color Harmonies of #B370A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370A7

Black with #B370A7

Text Example


Text Example

White with #B370A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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