Html Css Color HEX #B08FB2 London Hue

📋 copy color: '#B08FB2'

red 176 ◦ green 143 ◦ blue 178

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

Shades of London Hue #B08FB2

Tints of London Hue #B08FB2

RGB

 RED value IS 176 (69.14% from 255) = 35.41%

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 35.41%
G = 28.77%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B08FB2 (or 0xB08FB2) is known color: London Hue. HEX triplet: B0, 8F and B2. RGB value is (176,143,178). Sum of RGB (Red+Green+Blue) = 176+143+178=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #B08FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FB2 is #4F704D. Grayscale: #9C9C9C. Windows color (decimal): -5206094 or 11702192. OLE color: 11702192.

HSL color Cylindrical-coordinate representation of color #B08FB2: hue angle of 296.57º 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 #B08FB2 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 143 178 -
CMYK 0.01 0.20 0 0.30
HSL 296.57º 0.19% 0.63% -
HSV(B) 296.57º 0.2% 0.7% -
XYZ 35.76 32.09 46.43 -
YUV 156.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 176 143 178 0.01 0.20 0 0.30 296.57 0.19 0.63
Hex B0 8F B2 1 14 0 1E 129 13 3F
Octal 260 217 262 1 24 0 36 451 23 77
Binary 10110000 10001111 10110010 1 10100 0 11110 100101001 10011 111111

Color Harmonies of #B08FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FB2

Black with #B08FB2

Text Example


Text Example

White with #B08FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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