Html Css Color HEX #B075AB Violet Blue

📋 copy color: '#B075AB'

red 176 ◦ green 117 ◦ blue 171

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

Shades of Violet Blue #B075AB

Tints of Violet Blue #B075AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 37.93%
G = 25.22%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B075AB (or 0xB075AB) is known color: Violet Blue. HEX triplet: B0, 75 and AB. RGB value is (176,117,171). Sum of RGB (Red+Green+Blue) = 176+117+171=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AB is #4F8A54. Grayscale: #8C8C8C. Windows color (decimal): -5212757 or 11236784. OLE color: 11236784.

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

Color convert

RGB 176 117 171 -
CMYK 0 0.34 0.03 0.31
HSL 305.08º 0.27% 0.57% -
HSV(B) 305.08º 0.34% 0.69% -
XYZ 31.62 24.89 41.67 -
YUV 140.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 176 117 171 0 0.34 0.03 0.31 305.08 0.27 0.57
Hex B0 75 AB 0 22 3 1F 131 1B 39
Octal 260 165 253 0 42 3 37 461 33 71
Binary 10110000 1110101 10101011 0 100010 11 11111 100110001 11011 111001

Color Harmonies of #B075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075AB

Black with #B075AB

Text Example


Text Example

White with #B075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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