Html Css Color HEX #B075A2 Bouquet

📋 copy color: '#B075A2'

red 176 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #B075A2

Tints of Bouquet #B075A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 38.68%
G = 25.71%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B075A2 (or 0xB075A2) is known color: Bouquet. HEX triplet: B0, 75 and A2. RGB value is (176,117,162). Sum of RGB (Red+Green+Blue) = 176+117+162=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A2 is #4F8A5D. Grayscale: #8B8B8B. Windows color (decimal): -5212766 or 10646960. OLE color: 10646960.

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

Color convert

RGB 176 117 162 -
CMYK 0 0.34 0.08 0.31
HSL 314.24º 0.27% 0.57% -
HSV(B) 314.24º 0.34% 0.69% -
XYZ 30.79 24.56 37.3 -
YUV 139.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 176 117 162 0 0.34 0.08 0.31 314.24 0.27 0.57
Hex B0 75 A2 0 22 8 1F 13A 1B 39
Octal 260 165 242 0 42 10 37 472 33 71
Binary 10110000 1110101 10100010 0 100010 1000 11111 100111010 11011 111001

Color Harmonies of #B075A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075A2

Black with #B075A2

Text Example


Text Example

White with #B075A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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