Html Css Color HEX #B782AD London Hue

📋 copy color: '#B782AD'

red 183 ◦ green 130 ◦ blue 173

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

Shades of London Hue #B782AD

Tints of London Hue #B782AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 37.65%
G = 26.75%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B782AD (or 0xB782AD) is known color: London Hue. HEX triplet: B7, 82 and AD. RGB value is (183,130,173). Sum of RGB (Red+Green+Blue) = 183+130+173=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AD is #487D52. Grayscale: #969696. Windows color (decimal): -4750675 or 11371191. OLE color: 11371191.

HSL color Cylindrical-coordinate representation of color #B782AD: hue angle of 311.32º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B782AD is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 173 -
CMYK 0 0.29 0.05 0.28
HSL 311.32º 0.27% 0.61% -
HSV(B) 311.32º 0.29% 0.72% -
XYZ 35.05 29.05 43.29 -
YUV 150.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 183 130 173 0 0.29 0.05 0.28 311.32 0.27 0.61
Hex B7 82 AD 0 1D 5 1C 137 1B 3D
Octal 267 202 255 0 35 5 34 467 33 75
Binary 10110111 10000010 10101101 0 11101 101 11100 100110111 11011 111101

Color Harmonies of #B782AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B782AD

Black with #B782AD

Text Example


Text Example

White with #B782AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B782AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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