Html Css Color HEX #B28BB3 London Hue

📋 copy color: '#B28BB3'

red 178 ◦ green 139 ◦ blue 179

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

Shades of London Hue #B28BB3

Tints of London Hue #B28BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 35.89%
G = 28.02%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B28BB3 (or 0xB28BB3) is known color: London Hue. HEX triplet: B2, 8B and B3. RGB value is (178,139,179). Sum of RGB (Red+Green+Blue) = 178+139+179=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #B28BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB3 is #4D744C. Grayscale: #9B9B9B. Windows color (decimal): -5076045 or 11766706. OLE color: 11766706.

HSL color Cylindrical-coordinate representation of color #B28BB3: hue angle of 298.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28BB3 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 139 179 -
CMYK 0.01 0.22 0 0.30
HSL 298.5º 0.21% 0.62% -
HSV(B) 298.5º 0.22% 0.7% -
XYZ 35.73 31.18 46.78 -
YUV 155.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 178 139 179 0.01 0.22 0 0.30 298.5 0.21 0.62
Hex B2 8B B3 1 16 0 1E 12A 15 3E
Octal 262 213 263 1 26 0 36 452 25 76
Binary 10110010 10001011 10110011 1 10110 0 11110 100101010 10101 111110

Color Harmonies of #B28BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BB3

Black with #B28BB3

Text Example


Text Example

White with #B28BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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