Html Css Color HEX #B074AD Violet Blue

📋 copy color: '#B074AD'

red 176 ◦ green 116 ◦ blue 173

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

Shades of Violet Blue #B074AD

Tints of Violet Blue #B074AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.95%

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

R = 37.85%
G = 24.95%
B = 37.2%

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

#B074AD (or 0xB074AD) is known color: Violet Blue. HEX triplet: B0, 74 and AD. RGB value is (176,116,173). Sum of RGB (Red+Green+Blue) = 176+116+173=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AD is #4F8B52. Grayscale: #8C8C8C. Windows color (decimal): -5213011 or 11367600. OLE color: 11367600.

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

Color convert

RGB 176 116 173 -
CMYK 0 0.34 0.02 0.31
HSL 303º 0.28% 0.57% -
HSV(B) 303º 0.34% 0.69% -
XYZ 31.69 24.74 42.64 -
YUV 140.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 176 116 173 0 0.34 0.02 0.31 303 0.28 0.57
Hex B0 74 AD 0 22 2 1F 12F 1C 39
Octal 260 164 255 0 42 2 37 457 34 71
Binary 10110000 1110100 10101101 0 100010 10 11111 100101111 11100 111001

Color Harmonies of #B074AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074AD

Black with #B074AD

Text Example


Text Example

White with #B074AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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