Html Css Color HEX #B782BA London Hue

📋 copy color: '#B782BA'

red 183 ◦ green 130 ◦ blue 186

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

Shades of London Hue #B782BA

Tints of London Hue #B782BA

RGB

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

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

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

R = 36.67%
G = 26.05%
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

#B782BA (or 0xB782BA) is known color: London Hue. HEX triplet: B7, 82 and BA. RGB value is (183,130,186). Sum of RGB (Red+Green+Blue) = 183+130+186=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 130 (51.17% from 255 or 26.05% 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 #B782BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BA is #487D45. Grayscale: #989898. Windows color (decimal): -4750662 or 12223159. OLE color: 12223159.

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

Color convert

RGB 183 130 186 -
CMYK 0.02 0.30 0 0.27
HSL 296.79º 0.29% 0.62% -
HSV(B) 296.79º 0.3% 0.73% -
XYZ 36.37 29.58 50.25 -
YUV 152.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 183 130 186 0.02 0.30 0 0.27 296.79 0.29 0.62
Hex B7 82 BA 2 1E 0 1B 129 1D 3E
Octal 267 202 272 2 36 0 33 451 35 76
Binary 10110111 10000010 10111010 10 11110 0 11011 100101001 11101 111110

Color Harmonies of #B782BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B782BA

Black with #B782BA

Text Example


Text Example

White with #B782BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B782BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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