Html Css Color HEX #B28FAF London Hue

📋 copy color: '#B28FAF'

red 178 ◦ green 143 ◦ blue 175

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

Shades of London Hue #B28FAF

Tints of London Hue #B28FAF

RGB

 RED value IS 178 (69.92% from 255) = 35.89%

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 35.89%
G = 28.83%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B28FAF (or 0xB28FAF) is known color: London Hue. HEX triplet: B2, 8F and AF. RGB value is (178,143,175). Sum of RGB (Red+Green+Blue) = 178+143+175=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAF is #4D7050. Grayscale: #9D9D9D. Windows color (decimal): -5075025 or 11505586. OLE color: 11505586.

HSL color Cylindrical-coordinate representation of color #B28FAF: hue angle of 305.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28FAF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 175 -
CMYK 0 0.20 0.02 0.30
HSL 305.14º 0.19% 0.63% -
HSV(B) 305.14º 0.2% 0.7% -
XYZ 35.92 32.21 44.88 -
YUV 157.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 178 143 175 0 0.20 0.02 0.30 305.14 0.19 0.63
Hex B2 8F AF 0 14 2 1E 131 13 3F
Octal 262 217 257 0 24 2 36 461 23 77
Binary 10110010 10001111 10101111 0 10100 10 11110 100110001 10011 111111

Color Harmonies of #B28FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FAF

Black with #B28FAF

Text Example


Text Example

White with #B28FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FAF; }

 p { color: rgb(178,143,175); }

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

background-color css

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

 a { background-color: rgb(178,143,175); }

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

border-color css

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

 span { border-color: rgb(178,143,175); }

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