Html Css Color HEX #B681B2 London Hue

📋 copy color: '#B681B2'

red 182 ◦ green 129 ◦ blue 178

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

Shades of London Hue #B681B2

Tints of London Hue #B681B2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

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

R = 37.22%
G = 26.38%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B681B2 (or 0xB681B2) is known color: London Hue. HEX triplet: B6, 81 and B2. RGB value is (182,129,178). Sum of RGB (Red+Green+Blue) = 182+129+178=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B681B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681B2 is #497E4D. Grayscale: #969696. Windows color (decimal): -4816462 or 11698614. OLE color: 11698614.

HSL color Cylindrical-coordinate representation of color #B681B2: hue angle of 304.53º degrees, saturation: 0.27, 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 #B681B2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 178 -
CMYK 0 0.29 0.02 0.29
HSL 304.53º 0.27% 0.61% -
HSV(B) 304.53º 0.29% 0.71% -
XYZ 35.18 28.86 45.84 -
YUV 150.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 182 129 178 0 0.29 0.02 0.29 304.53 0.27 0.61
Hex B6 81 B2 0 1D 2 1D 131 1B 3D
Octal 266 201 262 0 35 2 35 461 33 75
Binary 10110110 10000001 10110010 0 11101 10 11101 100110001 11011 111101

Color Harmonies of #B681B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681B2

Black with #B681B2

Text Example


Text Example

White with #B681B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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