Html Css Color HEX #B673B1 London Hue

📋 copy color: '#B673B1'

red 182 ◦ green 115 ◦ blue 177

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

Shades of London Hue #B673B1

Tints of London Hue #B673B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.26%

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

R = 38.4%
G = 24.26%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B673B1 (or 0xB673B1) is known color: London Hue. HEX triplet: B6, 73 and B1. RGB value is (182,115,177). Sum of RGB (Red+Green+Blue) = 182+115+177=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B673B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673B1 is #498C4E. Grayscale: #8D8D8D. Windows color (decimal): -4820047 or 11629494. OLE color: 11629494.

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

Color convert

RGB 182 115 177 -
CMYK 0 0.37 0.03 0.29
HSL 304.48º 0.31% 0.58% -
HSV(B) 304.48º 0.37% 0.71% -
XYZ 33.36 25.38 44.74 -
YUV 142.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 182 115 177 0 0.37 0.03 0.29 304.48 0.31 0.58
Hex B6 73 B1 0 25 3 1D 130 1F 3A
Octal 266 163 261 0 45 3 35 460 37 72
Binary 10110110 1110011 10110001 0 100101 11 11101 100110000 11111 111010

Color Harmonies of #B673B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673B1

Black with #B673B1

Text Example


Text Example

White with #B673B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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