Html Css Color HEX #B075A8 Bouquet

📋 copy color: '#B075A8'

red 176 ◦ green 117 ◦ blue 168

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

Shades of Bouquet #B075A8

Tints of Bouquet #B075A8

RGB

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

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

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

R = 38.18%
G = 25.38%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B075A8 (or 0xB075A8) is known color: Bouquet. HEX triplet: B0, 75 and A8. RGB value is (176,117,168). Sum of RGB (Red+Green+Blue) = 176+117+168=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A8 is #4F8A57. Grayscale: #8C8C8C. Windows color (decimal): -5212760 or 11040176. OLE color: 11040176.

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

Color convert

RGB 176 117 168 -
CMYK 0 0.34 0.05 0.31
HSL 308.14º 0.27% 0.57% -
HSV(B) 308.14º 0.34% 0.69% -
XYZ 31.33 24.78 40.18 -
YUV 140.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 176 117 168 0 0.34 0.05 0.31 308.14 0.27 0.57
Hex B0 75 A8 0 22 5 1F 134 1B 39
Octal 260 165 250 0 42 5 37 464 33 71
Binary 10110000 1110101 10101000 0 100010 101 11111 100110100 11011 111001

Color Harmonies of #B075A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075A8

Black with #B075A8

Text Example


Text Example

White with #B075A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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