Html Css Color HEX #B771AF Violet Blue

📋 copy color: '#B771AF'

red 183 ◦ green 113 ◦ blue 175

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

Shades of Violet Blue #B771AF

Tints of Violet Blue #B771AF

RGB

 RED value IS 183 (71.88% from 255) = 38.85%

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 38.85%
G = 23.99%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B771AF (or 0xB771AF) is known color: Violet Blue. HEX triplet: B7, 71 and AF. RGB value is (183,113,175). Sum of RGB (Red+Green+Blue) = 183+113+175=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B771AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771AF is #488E50. Grayscale: #8C8C8C. Windows color (decimal): -4755025 or 11497911. OLE color: 11497911.

HSL color Cylindrical-coordinate representation of color #B771AF: hue angle of 306.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771AF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 175 -
CMYK 0 0.38 0.04 0.28
HSL 306.86º 0.33% 0.58% -
HSV(B) 306.86º 0.38% 0.72% -
XYZ 33.17 24.97 43.63 -
YUV 141 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 183 113 175 0 0.38 0.04 0.28 306.86 0.33 0.58
Hex B7 71 AF 0 26 4 1C 133 21 3A
Octal 267 161 257 0 46 4 34 463 41 72
Binary 10110111 1110001 10101111 0 100110 100 11100 100110011 100001 111010

Color Harmonies of #B771AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771AF

Black with #B771AF

Text Example


Text Example

White with #B771AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771AF; }

 p { color: rgb(183,113,175); }

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

background-color css

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

 a { background-color: rgb(183,113,175); }

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

border-color css

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

 span { border-color: rgb(183,113,175); }

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