Html Css Color HEX #B075AD Violet Blue

📋 copy color: '#B075AD'

red 176 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #B075AD

Tints of Violet Blue #B075AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 37.77%
G = 25.11%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B075AD (or 0xB075AD) is known color: Violet Blue. HEX triplet: B0, 75 and AD. RGB value is (176,117,173). Sum of RGB (Red+Green+Blue) = 176+117+173=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AD is #4F8A52. Grayscale: #8C8C8C. Windows color (decimal): -5212755 or 11367856. OLE color: 11367856.

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

Color convert

RGB 176 117 173 -
CMYK 0 0.34 0.02 0.31
HSL 303.05º 0.27% 0.57% -
HSV(B) 303.05º 0.34% 0.69% -
XYZ 31.81 24.97 42.68 -
YUV 141.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 176 117 173 0 0.34 0.02 0.31 303.05 0.27 0.57
Hex B0 75 AD 0 22 2 1F 12F 1B 39
Octal 260 165 255 0 42 2 37 457 33 71
Binary 10110000 1110101 10101101 0 100010 10 11111 100101111 11011 111001

Color Harmonies of #B075AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075AD

Black with #B075AD

Text Example


Text Example

White with #B075AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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