Html Css Color HEX #B075A9 Bouquet

📋 copy color: '#B075A9'

red 176 ◦ green 117 ◦ blue 169

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

Shades of Bouquet #B075A9

Tints of Bouquet #B075A9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

 BLUE value IS 169 (66.41% from 255) = 36.58%

R = 38.1%
G = 25.32%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B075A9 (or 0xB075A9) is known color: Bouquet. HEX triplet: B0, 75 and A9. RGB value is (176,117,169). Sum of RGB (Red+Green+Blue) = 176+117+169=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A9 is #4F8A56. Grayscale: #8C8C8C. Windows color (decimal): -5212759 or 11105712. OLE color: 11105712.

HSL color Cylindrical-coordinate representation of color #B075A9: hue angle of 307.12º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075A9 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 169 -
CMYK 0 0.34 0.04 0.31
HSL 307.12º 0.27% 0.57% -
HSV(B) 307.12º 0.34% 0.69% -
XYZ 31.43 24.82 40.67 -
YUV 140.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 176 117 169 0 0.34 0.04 0.31 307.12 0.27 0.57
Hex B0 75 A9 0 22 4 1F 133 1B 39
Octal 260 165 251 0 42 4 37 463 33 71
Binary 10110000 1110101 10101001 0 100010 100 11111 100110011 11011 111001

Color Harmonies of #B075A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075A9

Black with #B075A9

Text Example


Text Example

White with #B075A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075A9; }

 p { color: rgb(176,117,169); }

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

background-color css

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

 a { background-color: rgb(176,117,169); }

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

border-color css

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

 span { border-color: rgb(176,117,169); }

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