Html Css Color HEX #B671AD Violet Blue

📋 copy color: '#B671AD'

red 182 ◦ green 113 ◦ blue 173

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

Shades of Violet Blue #B671AD

Tints of Violet Blue #B671AD

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

 GREEN value IS 113 (44.53% from 255) = 24.15%

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

R = 38.89%
G = 24.15%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B671AD (or 0xB671AD) is known color: Violet Blue. HEX triplet: B6, 71 and AD. RGB value is (182,113,173). Sum of RGB (Red+Green+Blue) = 182+113+173=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AD is #498E52. Grayscale: #8C8C8C. Windows color (decimal): -4820563 or 11366838. OLE color: 11366838.

HSL color Cylindrical-coordinate representation of color #B671AD: hue angle of 307.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671AD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 173 -
CMYK 0 0.38 0.05 0.29
HSL 307.83º 0.32% 0.58% -
HSV(B) 307.83º 0.38% 0.71% -
XYZ 32.74 24.77 42.59 -
YUV 140.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 182 113 173 0 0.38 0.05 0.29 307.83 0.32 0.58
Hex B6 71 AD 0 26 5 1D 134 20 3A
Octal 266 161 255 0 46 5 35 464 40 72
Binary 10110110 1110001 10101101 0 100110 101 11101 100110100 100000 111010

Color Harmonies of #B671AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671AD

Black with #B671AD

Text Example


Text Example

White with #B671AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671AD; }

 p { color: rgb(182,113,173); }

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

background-color css

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

 a { background-color: rgb(182,113,173); }

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

border-color css

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

 span { border-color: rgb(182,113,173); }

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