Html Css Color HEX #B28FB4 London Hue

📋 copy color: '#B28FB4'

red 178 ◦ green 143 ◦ blue 180

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

Shades of London Hue #B28FB4

Tints of London Hue #B28FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 35.53%
G = 28.54%
B = 35.93%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B28FB4 (or 0xB28FB4) is known color: London Hue. HEX triplet: B2, 8F and B4. RGB value is (178,143,180). Sum of RGB (Red+Green+Blue) = 178+143+180=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #B28FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FB4 is #4D704B. Grayscale: #9D9D9D. Windows color (decimal): -5075020 or 11833266. OLE color: 11833266.

HSL color Cylindrical-coordinate representation of color #B28FB4: hue angle of 296.76º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28FB4 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 143 180 -
CMYK 0.01 0.21 0 0.29
HSL 296.76º 0.2% 0.63% -
HSV(B) 296.76º 0.21% 0.71% -
XYZ 36.42 32.41 47.52 -
YUV 157.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 178 143 180 0.01 0.21 0 0.29 296.76 0.2 0.63
Hex B2 8F B4 1 15 0 1D 129 14 3F
Octal 262 217 264 1 25 0 35 451 24 77
Binary 10110010 10001111 10110100 1 10101 0 11101 100101001 10100 111111

Color Harmonies of #B28FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FB4

Black with #B28FB4

Text Example


Text Example

White with #B28FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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