Html Css Color HEX #B075A6 Bouquet

📋 copy color: '#B075A6'

red 176 ◦ green 117 ◦ blue 166

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

Shades of Bouquet #B075A6

Tints of Bouquet #B075A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 38.34%
G = 25.49%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B075A6 (or 0xB075A6) is known color: Bouquet. HEX triplet: B0, 75 and A6. RGB value is (176,117,166). Sum of RGB (Red+Green+Blue) = 176+117+166=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A6 is #4F8A59. Grayscale: #8C8C8C. Windows color (decimal): -5212762 or 10909104. OLE color: 10909104.

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

Color convert

RGB 176 117 166 -
CMYK 0 0.34 0.06 0.31
HSL 310.17º 0.27% 0.57% -
HSV(B) 310.17º 0.34% 0.69% -
XYZ 31.15 24.71 39.2 -
YUV 140.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 176 117 166 0 0.34 0.06 0.31 310.17 0.27 0.57
Hex B0 75 A6 0 22 6 1F 136 1B 39
Octal 260 165 246 0 42 6 37 466 33 71
Binary 10110000 1110101 10100110 0 100010 110 11111 100110110 11011 111001

Color Harmonies of #B075A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075A6

Black with #B075A6

Text Example


Text Example

White with #B075A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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