Html Css Color HEX #B683BA London Hue

📋 copy color: '#B683BA'

red 182 ◦ green 131 ◦ blue 186

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

Shades of London Hue #B683BA

Tints of London Hue #B683BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.25%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 36.47%
G = 26.25%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B683BA (or 0xB683BA) is known color: London Hue. HEX triplet: B6, 83 and BA. RGB value is (182,131,186). Sum of RGB (Red+Green+Blue) = 182+131+186=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B683BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683BA is #497C45. Grayscale: #989898. Windows color (decimal): -4815942 or 12223414. OLE color: 12223414.

HSL color Cylindrical-coordinate representation of color #B683BA: hue angle of 295.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B683BA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 131 186 -
CMYK 0.02 0.30 0 0.27
HSL 295.64º 0.28% 0.62% -
HSV(B) 295.64º 0.3% 0.73% -
XYZ 36.27 29.72 50.28 -
YUV 152.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 182 131 186 0.02 0.30 0 0.27 295.64 0.28 0.62
Hex B6 83 BA 2 1E 0 1B 128 1C 3E
Octal 266 203 272 2 36 0 33 450 34 76
Binary 10110110 10000011 10111010 10 11110 0 11011 100101000 11100 111110

Color Harmonies of #B683BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B683BA

Black with #B683BA

Text Example


Text Example

White with #B683BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B683BA; }

 p { color: rgb(182,131,186); }

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

background-color css

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

 a { background-color: rgb(182,131,186); }

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

border-color css

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

 span { border-color: rgb(182,131,186); }

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