Html Css Color HEX #B06394 Bouquet

📋 copy color: '#B06394'

red 176 ◦ green 99 ◦ blue 148

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

Shades of Bouquet #B06394

Tints of Bouquet #B06394

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 41.61%
G = 23.4%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06394 (or 0xB06394) is known color: Bouquet. HEX triplet: B0, 63 and 94. RGB value is (176,99,148). Sum of RGB (Red+Green+Blue) = 176+99+148=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06394 is #4F9C6B. Grayscale: #7F7F7F. Windows color (decimal): -5217388 or 9724848. OLE color: 9724848.

HSL color Cylindrical-coordinate representation of color #B06394: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06394 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 99 148 -
CMYK 0 0.44 0.16 0.31
HSL 321.82º 0.33% 0.54% -
HSV(B) 321.82º 0.44% 0.69% -
XYZ 27.71 20.29 30.47 -
YUV 127.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 176 99 148 0 0.44 0.16 0.31 321.82 0.33 0.54
Hex B0 63 94 0 2C 10 1F 142 21 36
Octal 260 143 224 0 54 20 37 502 41 66
Binary 10110000 1100011 10010100 0 101100 10000 11111 101000010 100001 110110

Color Harmonies of #B06394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06394

Black with #B06394

Text Example


Text Example

White with #B06394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06394; }

 p { color: rgb(176,99,148); }

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

background-color css

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

 a { background-color: rgb(176,99,148); }

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

border-color css

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

 span { border-color: rgb(176,99,148); }

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