Html Css Color HEX #B682B4 London Hue

📋 copy color: '#B682B4'

red 182 ◦ green 130 ◦ blue 180

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

Shades of London Hue #B682B4

Tints of London Hue #B682B4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 36.99%
G = 26.42%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B682B4 (or 0xB682B4) is known color: London Hue. HEX triplet: B6, 82 and B4. RGB value is (182,130,180). Sum of RGB (Red+Green+Blue) = 182+130+180=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B682B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682B4 is #497D4B. Grayscale: #979797. Windows color (decimal): -4816204 or 11829942. OLE color: 11829942.

HSL color Cylindrical-coordinate representation of color #B682B4: hue angle of 302.31º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B682B4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 180 -
CMYK 0 0.29 0.01 0.29
HSL 302.31º 0.26% 0.61% -
HSV(B) 302.31º 0.29% 0.71% -
XYZ 35.51 29.21 46.95 -
YUV 151.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 182 130 180 0 0.29 0.01 0.29 302.31 0.26 0.61
Hex B6 82 B4 0 1D 1 1D 12E 1A 3D
Octal 266 202 264 0 35 1 35 456 32 75
Binary 10110110 10000010 10110100 0 11101 1 11101 100101110 11010 111101

Color Harmonies of #B682B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682B4

Black with #B682B4

Text Example


Text Example

White with #B682B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682B4; }

 p { color: rgb(182,130,180); }

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

background-color css

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

 a { background-color: rgb(182,130,180); }

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

border-color css

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

 span { border-color: rgb(182,130,180); }

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