Html Css Color HEX #B68FB7 London Hue

📋 copy color: '#B68FB7'

red 182 ◦ green 143 ◦ blue 183

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

Shades of London Hue #B68FB7

Tints of London Hue #B68FB7

RGB

 RED value IS 182 (71.48% from 255) = 35.83%

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 35.83%
G = 28.15%
B = 36.02%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B68FB7 (or 0xB68FB7) is known color: London Hue. HEX triplet: B6, 8F and B7. RGB value is (182,143,183). Sum of RGB (Red+Green+Blue) = 182+143+183=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #B68FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FB7 is #497048. Grayscale: #9F9F9F. Windows color (decimal): -4812873 or 12029878. OLE color: 12029878.

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

Color convert

RGB 182 143 183 -
CMYK 0.01 0.22 0 0.28
HSL 298.5º 0.22% 0.64% -
HSV(B) 298.5º 0.22% 0.72% -
XYZ 37.66 33.01 49.19 -
YUV 159.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 182 143 183 0.01 0.22 0 0.28 298.5 0.22 0.64
Hex B6 8F B7 1 16 0 1C 12A 16 40
Octal 266 217 267 1 26 0 34 452 26 100
Binary 10110110 10001111 10110111 1 10110 0 11100 100101010 10110 1000000

Color Harmonies of #B68FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FB7

Black with #B68FB7

Text Example


Text Example

White with #B68FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FB7; }

 p { color: rgb(182,143,183); }

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

background-color css

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

 a { background-color: rgb(182,143,183); }

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

border-color css

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

 span { border-color: rgb(182,143,183); }

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