Html Css Color HEX #B775AD London Hue

📋 copy color: '#B775AD'

red 183 ◦ green 117 ◦ blue 173

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

Shades of London Hue #B775AD

Tints of London Hue #B775AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 38.69%
G = 24.74%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B775AD (or 0xB775AD) is known color: London Hue. HEX triplet: B7, 75 and AD. RGB value is (183,117,173). Sum of RGB (Red+Green+Blue) = 183+117+173=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B775AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775AD is #488A52. Grayscale: #8E8E8E. Windows color (decimal): -4754003 or 11367863. OLE color: 11367863.

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

Color convert

RGB 183 117 173 -
CMYK 0 0.36 0.05 0.28
HSL 309.09º 0.31% 0.59% -
HSV(B) 309.09º 0.36% 0.72% -
XYZ 33.43 25.81 42.75 -
YUV 143.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 183 117 173 0 0.36 0.05 0.28 309.09 0.31 0.59
Hex B7 75 AD 0 24 5 1C 135 1F 3B
Octal 267 165 255 0 44 5 34 465 37 73
Binary 10110111 1110101 10101101 0 100100 101 11100 100110101 11111 111011

Color Harmonies of #B775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775AD

Black with #B775AD

Text Example


Text Example

White with #B775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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