Html Css Color HEX #B370A8 Bouquet

📋 copy color: '#B370A8'

red 179 ◦ green 112 ◦ blue 168

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

Shades of Bouquet #B370A8

Tints of Bouquet #B370A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 39%
G = 24.4%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B370A8 (or 0xB370A8) is known color: Bouquet. HEX triplet: B3, 70 and A8. RGB value is (179,112,168). Sum of RGB (Red+Green+Blue) = 179+112+168=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A8 is #4C8F57. Grayscale: #8A8A8A. Windows color (decimal): -5017432 or 11038899. OLE color: 11038899.

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

Color convert

RGB 179 112 168 -
CMYK 0 0.37 0.06 0.30
HSL 309.85º 0.31% 0.57% -
HSV(B) 309.85º 0.37% 0.7% -
XYZ 31.45 24 40.02 -
YUV 138.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 179 112 168 0 0.37 0.06 0.30 309.85 0.31 0.57
Hex B3 70 A8 0 25 6 1E 136 1F 39
Octal 263 160 250 0 45 6 36 466 37 71
Binary 10110011 1110000 10101000 0 100101 110 11110 100110110 11111 111001

Color Harmonies of #B370A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370A8

Black with #B370A8

Text Example


Text Example

White with #B370A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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