Html Css Color HEX #B671B1 Violet Blue

📋 copy color: '#B671B1'

red 182 ◦ green 113 ◦ blue 177

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

Shades of Violet Blue #B671B1

Tints of Violet Blue #B671B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 38.56%
G = 23.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B671B1 (or 0xB671B1) is known color: Violet Blue. HEX triplet: B6, 71 and B1. RGB value is (182,113,177). Sum of RGB (Red+Green+Blue) = 182+113+177=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B671B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671B1 is #498E4E. Grayscale: #8C8C8C. Windows color (decimal): -4820559 or 11628982. OLE color: 11628982.

HSL color Cylindrical-coordinate representation of color #B671B1: hue angle of 304.35º 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 #B671B1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 177 -
CMYK 0 0.38 0.03 0.29
HSL 304.35º 0.32% 0.58% -
HSV(B) 304.35º 0.38% 0.71% -
XYZ 33.13 24.93 44.66 -
YUV 140.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 182 113 177 0 0.38 0.03 0.29 304.35 0.32 0.58
Hex B6 71 B1 0 26 3 1D 130 20 3A
Octal 266 161 261 0 46 3 35 460 40 72
Binary 10110110 1110001 10110001 0 100110 11 11101 100110000 100000 111010

Color Harmonies of #B671B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671B1

Black with #B671B1

Text Example


Text Example

White with #B671B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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