Html Css Color HEX #B075AC Violet Blue

📋 copy color: '#B075AC'

red 176 ◦ green 117 ◦ blue 172

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

Shades of Violet Blue #B075AC

Tints of Violet Blue #B075AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 37.85%
G = 25.16%
B = 36.99%

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

#B075AC (or 0xB075AC) is known color: Violet Blue. HEX triplet: B0, 75 and AC. RGB value is (176,117,172). Sum of RGB (Red+Green+Blue) = 176+117+172=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AC is #4F8A53. Grayscale: #8C8C8C. Windows color (decimal): -5212756 or 11302320. OLE color: 11302320.

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

Color convert

RGB 176 117 172 -
CMYK 0 0.34 0.02 0.31
HSL 304.07º 0.27% 0.57% -
HSV(B) 304.07º 0.34% 0.69% -
XYZ 31.71 24.93 42.17 -
YUV 140.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 176 117 172 0 0.34 0.02 0.31 304.07 0.27 0.57
Hex B0 75 AC 0 22 2 1F 130 1B 39
Octal 260 165 254 0 42 2 37 460 33 71
Binary 10110000 1110101 10101100 0 100010 10 11111 100110000 11011 111001

Color Harmonies of #B075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075AC

Black with #B075AC

Text Example


Text Example

White with #B075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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