Html Css Color HEX #B28BB6 London Hue

📋 copy color: '#B28BB6'

red 178 ◦ green 139 ◦ blue 182

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

Shades of London Hue #B28BB6

Tints of London Hue #B28BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 35.67%
G = 27.86%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B28BB6 (or 0xB28BB6) is known color: London Hue. HEX triplet: B2, 8B and B6. RGB value is (178,139,182). Sum of RGB (Red+Green+Blue) = 178+139+182=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #B28BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB6 is #4D7449. Grayscale: #9B9B9B. Windows color (decimal): -5076042 or 11963314. OLE color: 11963314.

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

Color convert

RGB 178 139 182 -
CMYK 0.02 0.24 0 0.29
HSL 294.42º 0.23% 0.63% -
HSV(B) 294.42º 0.24% 0.71% -
XYZ 36.04 31.31 48.4 -
YUV 155.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 178 139 182 0.02 0.24 0 0.29 294.42 0.23 0.63
Hex B2 8B B6 2 18 0 1D 126 17 3F
Octal 262 213 266 2 30 0 35 446 27 77
Binary 10110010 10001011 10110110 10 11000 0 11101 100100110 10111 111111

Color Harmonies of #B28BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BB6

Black with #B28BB6

Text Example


Text Example

White with #B28BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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