Html Css Color HEX #B674B2 London Hue

📋 copy color: '#B674B2'

red 182 ◦ green 116 ◦ blue 178

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

Shades of London Hue #B674B2

Tints of London Hue #B674B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 38.24%
G = 24.37%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B674B2 (or 0xB674B2) is known color: London Hue. HEX triplet: B6, 74 and B2. RGB value is (182,116,178). Sum of RGB (Red+Green+Blue) = 182+116+178=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B674B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674B2 is #498B4D. Grayscale: #8E8E8E. Windows color (decimal): -4819790 or 11695286. OLE color: 11695286.

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

Color convert

RGB 182 116 178 -
CMYK 0 0.36 0.02 0.29
HSL 303.64º 0.31% 0.58% -
HSV(B) 303.64º 0.36% 0.71% -
XYZ 33.57 25.65 45.3 -
YUV 142.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 182 116 178 0 0.36 0.02 0.29 303.64 0.31 0.58
Hex B6 74 B2 0 24 2 1D 130 1F 3A
Octal 266 164 262 0 44 2 35 460 37 72
Binary 10110110 1110100 10110010 0 100100 10 11101 100110000 11111 111010

Color Harmonies of #B674B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674B2

Black with #B674B2

Text Example


Text Example

White with #B674B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674B2; }

 p { color: rgb(182,116,178); }

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

background-color css

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

 a { background-color: rgb(182,116,178); }

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

border-color css

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

 span { border-color: rgb(182,116,178); }

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