Html Css Color HEX #B781BA London Hue

📋 copy color: '#B781BA'

red 183 ◦ green 129 ◦ blue 186

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

Shades of London Hue #B781BA

Tints of London Hue #B781BA

RGB

 RED value IS 183 (71.88% from 255) = 36.75%

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

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

R = 36.75%
G = 25.9%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B781BA (or 0xB781BA) is known color: London Hue. HEX triplet: B7, 81 and BA. RGB value is (183,129,186). Sum of RGB (Red+Green+Blue) = 183+129+186=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B781BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781BA is #487E45. Grayscale: #979797. Windows color (decimal): -4750918 or 12222903. OLE color: 12222903.

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

Color convert

RGB 183 129 186 -
CMYK 0.02 0.31 0 0.27
HSL 296.84º 0.29% 0.62% -
HSV(B) 296.84º 0.31% 0.73% -
XYZ 36.24 29.31 50.2 -
YUV 151.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 183 129 186 0.02 0.31 0 0.27 296.84 0.29 0.62
Hex B7 81 BA 2 1F 0 1B 129 1D 3E
Octal 267 201 272 2 37 0 33 451 35 76
Binary 10110111 10000001 10111010 10 11111 0 11011 100101001 11101 111110

Color Harmonies of #B781BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781BA

Black with #B781BA

Text Example


Text Example

White with #B781BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781BA; }

 p { color: rgb(183,129,186); }

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

background-color css

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

 a { background-color: rgb(183,129,186); }

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

border-color css

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

 span { border-color: rgb(183,129,186); }

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