Html Css Color HEX #B28BB5 London Hue

📋 copy color: '#B28BB5'

red 178 ◦ green 139 ◦ blue 181

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

Shades of London Hue #B28BB5

Tints of London Hue #B28BB5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 35.74%
G = 27.91%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B28BB5 (or 0xB28BB5) is known color: London Hue. HEX triplet: B2, 8B and B5. RGB value is (178,139,181). Sum of RGB (Red+Green+Blue) = 178+139+181=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #B28BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB5 is #4D744A. Grayscale: #9B9B9B. Windows color (decimal): -5076043 or 11897778. OLE color: 11897778.

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

Color convert

RGB 178 139 181 -
CMYK 0.02 0.23 0 0.29
HSL 295.71º 0.22% 0.63% -
HSV(B) 295.71º 0.23% 0.71% -
XYZ 35.93 31.27 47.86 -
YUV 155.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 178 139 181 0.02 0.23 0 0.29 295.71 0.22 0.63
Hex B2 8B B5 2 17 0 1D 128 16 3F
Octal 262 213 265 2 27 0 35 450 26 77
Binary 10110010 10001011 10110101 10 10111 0 11101 100101000 10110 111111

Color Harmonies of #B28BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BB5

Black with #B28BB5

Text Example


Text Example

White with #B28BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BB5; }

 p { color: rgb(178,139,181); }

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

background-color css

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

 a { background-color: rgb(178,139,181); }

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

border-color css

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

 span { border-color: rgb(178,139,181); }

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